Skip to content

Latest commit

 

History

History
87 lines (65 loc) · 4.43 KB

CHANGELOG.md

File metadata and controls

87 lines (65 loc) · 4.43 KB

Change Log

All notable changes to this project will be documented in this file.

Bug Fixes

  • 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.

Bug Fixes

  • throw a permanent EventProcessorException when the value of some group fields is missing to stop the job, instead of raising an IndexOutOfBoundsException (issue #34)

Features

Features

Features

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Features

  • Add compatibility with Graylog 4.2

Bug Fixes

  • Put back missing jar in release page of github thanks to a continuous integration based on github actions

Features

  • Add compatibility with Graylog 4.1
  • Change plugin license to SSPL version 1

Features

  • Add compatibility with Graylog 3.3

Bug Fixes

  • Fix Create only 1 event when the condition is satisfied

Bug Fixes

  • Fix event source streams empty

Features

  • Disabled isolated Plugin (shares a class loader with other plugins that have isolated=false)

Features

  • Add compatibility with Graylog 3.2

Features

  • Add compatibility with Graylog 3.0

Features

  • Add the Search Query functionality for compatibility with Graylog 2.5

Bug Fixes

  • Fix the graphic display of the messages order to clarify this order
  • First release