Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.64 KB

opendistro-elasticsearch-alerting.release-notes.md

File metadata and controls

33 lines (21 loc) · 1.64 KB

Version 0.8.0 (Current)

New Features

  • Adds support for Elasticsearch 6.6.2 - PR #8
  • Upgrade to latest Kotlin version - PR #7

Bug fixes

  • Fixed task name in build instructions - PR #12

2019-01-31, Version 0.7.0

New Features

This is the first release of the OpenDistro Elasticsearch Alerting plugin.

Allows users to create and schedule monitors to run periodic queries of data in Elasticsearch. Results of periodic queries are evaluated against the monitor's triggers to see if they meet certain criteria. If criteria is met, alerts are generated and saved in an Elasticsearch index and the user is notified by the trigger's actions. Actions are messages using mustache templating created by the user that are sent to destinations. Destinations are locations where action messages are sent, such as email server, slack, chime, or custom webhooks. Alerts can be acknowledged to mute notifications.

Adds backend REST API used for basic CRUD, search operations, and testing on monitors as well as acknowledging alerts.

Adds configuration API to enable/disable monitoring.

Adds stats API to check the status of plugin and ensure everything is working as expected.

Adds API support for create, update, and deleting destinations.

Commits

  • [4771e6c] Initial release for OpenDistro Elasticsearch Alerting