Skip to content

Latest commit

 

History

History
100 lines (67 loc) · 5 KB

opendistro-elasticsearch-alerting.release-notes.md

File metadata and controls

100 lines (67 loc) · 5 KB

Version 1.7.0.0 (Current)

2020-04-03, Version 1.6.0.0

New Features

  • Adds support for Elasticsearch 7.6.1 - PR #186

2020-02-07, Version 1.4.0.0

New Features

  • Adds settings to disable alert history and delete old history indices - PR #143
  • Adds support for Elasticsearch 7.4.2 - PR #141
  • Adds maven publish task for notification subproject for other plugins to utilize - PR #97

Bug Fixes

  • Removes unsupported HttpInput types which was breaking Alerting Kibana - PR #162
  • Fixes missing constructors for Stats when updating to 7.4.2 - PR #142
  • Fixes multi node alerting stats API - PR #128

2019-11-14, Version 1.3.0.0

Bug Fixes

  • Fixes allowing interval to be set with 0 or negative values - PR #92
  • Cleanup ElasticThreadContextElement - PR #95

2019-09-24, Version 1.2.0.1

Bug Fixes

  • Updated execute API to keep thread context - PR #90

2019-09-20, Version 1.2.0.0

New Features

  • Adds support for Elasticsearch 7.2.0 - PR #89

Bug Fixes

  • Fixes integTestRunner build task - PR #83

2019-07-25, Version 1.1.0.0

New Features

  • Adds support for Elasticsearch 7.1.1 - PR #74
  • Return stack trace for errors in Groovy/Painless script in UI when creating a trigger - PR #72

2019-06-25, Version 1.0.0.0

New Features

  • Adds support for Elasticsearch 7.0.1 - PR #41
  • Adds support for throttling on actions - PR #48

Bug Fixes

  • Validate all 2XX status code in Webhook response - PR #50
  • Allows encoding while constructing HTTP request for sending notification - PR #35
  • Convert AlertMover/MonitorRunner to coroutines - PR #11

2019-04-24, Version 0.9.0.0

New Features

  • Adds support for Elasticsearch 6.7.1 - #19
  • Add http proxy support to outgoing notifications - #23
  • Allow encoding while constructing HTTP request for sending notification - PR #35
  • Add build for Debian - #36

Bug Fixes

  • Fix update LastFullSweepTime if the index doesn't exist - #17
  • Adds more alert properties to templateArgs for context variable - #26

2019-04-02, Version 0.8.0.0

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.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