Jan Heise

Results 16 issues of Jan Heise

## Description Changes the default in the FE for new widgets via the AggregationWizard from true to false. ## Motivation and Context It was asked for a couple of times....

## Current Behavior `Sets.difference()` works different as expected (checks the sets the wrong way around) so the error message makes no sense, when the `!xxx.containsAll()` happens. ``` if(!searchQueries.containsAll(stateQueries)) { final...

bug

Add year into the selection for an interval in a widget. See image. ## Why? Due to bugfix #12960, `y` was re-introduced as parseable in a `TimeUnitInterval` in searches. It...

feature

A simple GELF input like the syslog input to add message into graylog (https://www.graylog.org)

## Description Added logging the console output of the db & search-server in case of a failing test so that we have better chances to find the root of the...

## Description In Docker on M1 OSX, the architecture is aarch64 instead of arm64 on ARM Linux on other platforms. The compiled binaries are working, so we just duplicate the...

## Description /jpd https://github.com/Graylog2/graylog-plugin-enterprise/pull/7131 /nocl ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change...

## Description So I can provide the infos separately in reporting. /jpd https://github.com/Graylog2/graylog-plugin-enterprise/pull/7130 /nocl ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types...

## Expected Behavior You can load a JobDefinition by the contents of a config field. It this field is not unique over all JobDefinition types, you can end up with...

bug