Marco Pfatschbacher
Marco Pfatschbacher
Fixes https://github.com/Graylog2/graylog-plugin-enterprise/issues/3956
If the EventDefinition contains the default stream, I get ``` Caused by: org.graylog2.contentpacks.exceptions.ContentPackException: Missing Stream for event definition at org.graylog.events.contentpack.entities.AggregationEventProcessorConfigEntity.lambda$toNativeEntity$1(AggregationEventProcessorConfigEntity.java:129) ~[classes/:?] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_232] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_232] at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_232]...
The `{definitionId}/schedule` endpoint does not check whether an EventDefinition is already enabled. This will lead to additional jobdefinitions and triggers, which will break the UI. ## Expected Behavior The request...
## Notes for Reviewers - [ ] The commit history must be preserved - please use the rebase-merge or standard merge option instead of squash-merge - [ ] Sync up...
The data tiering feature needs a way to indicate to the user that a search request will be reaching into indices that are stored in the warm tier. Those requests...
IPinfo recently changed the type field in their metadata. old ``` mmdbctl metadata 24/asn.mmdb - Binary Format 2.0 - Database Type ipinfo asn.mmdb ``` new ``` mmdbctl metadata newest/asn.mmdb -...
with https://github.com/Graylog2/graylog2-server/issues/15570 we removed the filebeat collector for Windows. We should check whether that was intended, and if not, re-introduce it.
Adding support for removing fields with regular expressions (https://github.com/Graylog2/graylog2-server/pull/15131) can have a huge performance impact on messages with many fields. What used to be a `O(1)` remove from a hash...