All notable changes to this project will be documented in this file.
- Add compatibility with Graylog 6.1.0
- Add compatibility with Graylog 6.0.6
- additional_search_query is missing in event description (issue #124)
Note : This fix involves an internal updating of the API. The rules must be exported then imported with the new version of the plugin.
- throw a permanent EventProcessorException when the value of some group fields is missing to stop the job, instead of raising an IndexOutOfBoundsException (issue #34)
- Add compatibility with Graylog 5.1
- Add compatibility with Graylog 5.0
- Add compatibility with Graylog 4.3
- A grouping field with a special character such as space was not working. The values of grouping fields are now escaped in search queries (issue 27)
- Correct handling of catchup windows. There is no more exception on several results with the same grouping field value (see Alert Wizard plugin issue 60)
- Log an error instead of raising an exception when there are several results with the same grouping field values (see Alert Wizard plugin issue 60)
- Add compatibility with Graylog 4.2
- Put back missing jar in release page of github thanks to a continuous integration based on github actions
- Add compatibility with Graylog 4.1
- Change plugin license to SSPL version 1
- Add compatibility with Graylog 3.3
- Fix Create only 1 event when the condition is satisfied
- Fix event source streams empty
- Disabled isolated Plugin (shares a class loader with other plugins that have isolated=false)
- Add compatibility with Graylog 3.2
- Add compatibility with Graylog 3.0
- Add the Search Query functionality for compatibility with Graylog 2.5
- Fix the graphic display of the messages order to clarify this order
- First release