Patrick Mann
Patrick Mann
Resolves #18017 #16029 was designed to flag illegal expressions like `.[]` in a pipeline rule. However, we end up also blocking legal expressions, e.g. to access JSON fields of type...
/nocl temp /prd Graylog2/graylog-plugin-enterprise#6614 Relates to Graylog2/graylog-plugin-enterprise#6580 ## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ]...
When opening the global API browser, we show a popup to remind the user that they are not operating on a specific node. > Attention > > The API browser...
References Graylog2/graylog-plugin-enterprise#6313 /prd Graylog2/graylog-plugin-enterprise#6399 /nocl See Enterprise repo Adds the ability to configure clusterwide max concurrency for specified job types. No more than this number of worker threads will be...
Adds support for configurable indexset templates. Part of https://github.com/Graylog2/graylog2-server/issues/19075 /jpd Graylog2/graylog-plugin-enterprise#7055 ## Todos - [x] add check that built in templates cannot be edited/deleted - [x] Check: cannot delete the...
Backport fix #17312 from 6.0 to 5.2.x. This bug is a regression from 5.1 to 5.2 and forces customers to use the API to update sidecar configuration settings, in order...
5.2 backport of #19268 * new pipeline functions remove_single_field and remove_multiple_fields * CL * improve rulebuilder descriptions * compile regex and other feedback changes * pre-compile pattern * UI string...
5.2 backport of #19268 * new pipeline functions remove_single_field and remove_multiple_fields * CL * improve rulebuilder descriptions * compile regex and other feedback changes * pre-compile pattern * UI string...
Follow-up issue related to #19259, #19268 ## What? - A way to deprecate functions including making users aware of this in the UI. - Deprecate `remove_field` with the target of...
Resolves #19159 ## Description Lookup cache needs to distinguish between empty results and error results. The latter should not be altered, in particular the TTL. ## How Has This Been...