All notable changes to this project will be documented in this file.
- Add compatibility with Graylog 7.0.1 (issue #59)
- Add compatibility with Graylog 6.3.7
- Fix notification creation error (issue #60)
- Fully Remove Aggregation Feature (issue #53)
- Remove Aggregation Stream (issue #53)
- Fix logging_alert.messages_url, remove spaces (issue #57)
- Improve Fix logging_alert.messages_url (issue #56)
- Change Graylog minimum version to 6.1.4
- Fix logging_alert.messages_url (issue #56)
- Add logging_alert.title (issue #54)
- Fix alert aggregation (issue #101)
- Add compatibility with Graylog 6.1.0
- Removed split fields in favor of group-by field on the event (issue #101)
- Add compatibility with Graylog 6.0.6
- Remove severity and use event definition priority (issue #100)
- FIX Plugin compatibility with Graylog 5.1.9
- Inserted commas between split fields when they are displayed in the notification details (issue #51)
- Cancel button of configuration was not working
- Revert the display name of the plugin, as requests do not work anymore see (issue #50) and Graylog issue Graylog2/graylog2-server#15939
- Plugin configuration name is shortened so that it is nicely displayed (issue #50)
- The
message_urlis correctly computed when there is no backlog (such as aggregation event definitions of the formcount() < 1) (issue #47) - The Aggregation time range is used to compute the
message_urlquery parametersfromandto(issue #47)
- Add compatibility with Graylog 5.1
- Add compatibility with Graylog 5.0
- Plugin configuration is correctly displayed after being modified (issue #44)
- Removed the possibility to use variable
${logging_alert.description}in the body template
- Variable
${logging_alert.description}can now be used in the body template to insert the notification description
- Add compatibility with Graylog 4.3
- Exception on numeric split fields (issue #38)
- Missing generation of signed rpms
- Escape special characters \ and " in graylog url (issue #14)
- Fixed color of Configure button (issue #33)
- Add compatibility with Graylog 4.2
- Missing license header
- New page for the notification detail (issue #31)
- Do not reuse the logging identifier when it is already present in messages of the backlog (issue #22)
- Exception when looking for the logging identifier to perform aggregation (issue #30)
- License was incorrectly specified in pom.xml
- Changed plugin license to SSPL version 1
- Add compatibility with Graylog 4.1
- Add compatibility with Graylog 3.3
- Fix the alert ID generation
- Fix default configuration when creating notification event
- Fix logging_alert messages_url when split field
- Clean code, remove logging_alert.alert_url
- Fix error when configuration update
- Refactoring
- Add default log body when no general configuration
- Fix notification error with backlog
- Fix for single notification
- Fix default template
- Add compatibility with Graylog 3.2
- Add single message notification
- Add compatibility with Graylog 3.0
- Add compatibility with Graylog 2.5
- Fix a notification error when aggregating alerts
- First release