Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.14 KB

opendistro-elasticsearch-alerting-kibana.release-notes.md

File metadata and controls

25 lines (16 loc) · 1.14 KB

Version 0.8.0 (Current)

New Features

  • Adds support for Kibana 6.6.2 - PR #7

Bug fixes

  • Fixes sorting on Destination Type on destinations list page.

2019-01-31, Version 0.7.0

New Features

This is the first release of the OpenDistro Kibana 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 slack, chime, or custom webhooks. Alerts can be acknowledged to mute notifications.

Commits

  • [475a70e] Initial release for OpenDistro Kibana Alerting