Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Releases: opendistro-for-elasticsearch/alerting-kibana-plugin

v1.3.0.0

21 Nov 05:12
e48ac68
Compare
Choose a tag to compare

Version 1.3.0.0

New Features

  • Adds support for Kibana 7.3.2 - PR #109

v1.2.1.0

21 Nov 05:09
6d9c070
Compare
Choose a tag to compare

New Features

  • Adds support for Kibana 7.2.1 - PR #99

v1.2.0.0

13 Aug 23:56
Compare
Choose a tag to compare

New Features

  • Adds support for Kibana 7.2.0

Bug fixes

  • Fixes update monitor from monitor list - PR #64
  • Added support for IPv4 and IPv6 on URL validation - PR #67
  • Disables the query parameter box in Custom webhook - PR #72
  • Fixes invalid value for new parameters and headers on Custom Destination - PR #73
  • Fixes URL parameters to fetch destinations on creation of trigger UI - PR #75

v0.10.0.0

13 Aug 22:27
Compare
Choose a tag to compare

New Features

  • Adds support for Kibana 6.8.1 - PR #78

v1.1.0.0

31 Jul 01:14
Compare
Choose a tag to compare

New Features

  • Add support for Kibana 7.1.1

Bug fixes

v1.0.0.0

03 Jul 01:40
Compare
Choose a tag to compare

Version 1.0.0.0 (Current)

New Features

  • Add support for ES and Kibana 7.0.1 PR #44
  • Visual monitors allows to specify where criteria PR #42
  • Enables throttling on actions PR #45

Bug fixes

  • Fixes doc links (PR #50)
  • Updated text for visual monitor PR #47

V0.9.0.0

26 Apr 05:54
5d4fb11
Compare
Choose a tag to compare

Version 0.9.0.0

New Features

  • Adds support for Kibana 6.7.1 - [PR #32]

V0.8.0.0

05 Apr 19:11
Compare
Choose a tag to compare

Version 0.8.0

New Features

  • Adds support for Kibana 6.6.2 - [PR #7]

Bug fixes

  • Fixes sorting on Destination Type on destinations list page.

Initial release

04 Apr 23:36
Compare
Choose a tag to compare

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.