Skip to content

Latest commit

 

History

History
156 lines (118 loc) · 7.63 KB

CHANGELOG.md

File metadata and controls

156 lines (118 loc) · 7.63 KB

Change Log

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

Features

Changes

  • Removed split fields in favor of group-by field on the event (issue #101)

Features

Bug Fixes

  • Remove severity and use event definition priority (issue #100)

Bug Fixes

  • FIX Plugin compatibility with Graylog 5.1.9

Bug Fixes

  • Inserted commas between split fields when they are displayed in the notification details (issue #51)

Bug Fixes

Bug Fixes

  • Plugin configuration name is shortened so that it is nicely displayed (issue #50)
  • The message_url is correctly computed when there is no backlog (such as aggregation event definitions of the form count() < 1) (issue #47)
  • The Aggregation time range is used to compute the message_url query parameters from and to (issue #47)

Features

Features

Bug Fixes

  • Plugin configuration is correctly displayed after being modified (issue #44)

Changes

  • Removed the possibility to use variable ${logging_alert.description} in the body template

Features

  • Variable ${logging_alert.description} can now be used in the body template to insert the notification description

Features

Bug Fixes

  • Exception on numeric split fields (issue #38)
  • Missing generation of signed rpms

Bug Fixes

  • Escape special characters \ and " in graylog url (issue #14)
  • Fixed color of Configure button (issue #33)

Features

  • Add compatibility with Graylog 4.2

Bug Fixes

  • Missing license header

Features

  • New page for the notification detail (issue #31)

Bug Fixes

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

Bug Fixes

  • License was incorrectly specified in pom.xml

Features

  • Changed plugin license to SSPL version 1

Features

  • Add compatibility with Graylog 4.1

Features

  • Add compatibility with Graylog 3.3

Bug Fixes

  • Fix the alert ID generation

Bug Fixes

  • Fix default configuration when creating notification event

Bug Fixes

  • Fix logging_alert messages_url when split field
  • Clean code, remove logging_alert.alert_url

Bug Fixes

  • Fix error when configuration update
  • Refactoring

Bug Fixes

  • Add default log body when no general configuration

Bug Fixes

  • Fix notification error with backlog
  • Fix for single notification
  • Fix default template

Features

  • Add compatibility with Graylog 3.2

Features

  • Add single message notification

Features

  • Add compatibility with Graylog 3.0

Features

  • Add compatibility with Graylog 2.5

Bug Fixes

  • Fix a notification error when aggregating alerts
  • First release