Alerting Versions Save

? Open Distro Alerting Plugin

v1.13.1.0

3 years ago

Compatible with Elasticsearch 7.10.2

Enhancements

  • Support host deny list for Destinations (#353)

v1.13.0.0

3 years ago

Compatible with Elasticsearch 7.10.2

Bug Fixes

  • Move user instantiation to doExecute (#343)

Infrastructure

  • Rename plugin for more consistent naming convention (#339)
  • Change release workflow to use new staging bucket for artifacts (#334)

Documentation

  • Add RFC for Document-Level Alerting (#327)

Maintenance

  • Adds support for Elasticsearch 7.10.2 (#340)
  • Update cron-utils to version 9.1.3 (#344)

v1.12.0.2

3 years ago

Compatible with Elasticsearch 7.10.0

Features

  • Allow for http method selection in custom webhook (#101)

Enhancements

  • Run /_execute in User context (#312)
  • Support filterBy in update/delete destination/monitor APIs (#311)

Bug Fixes

  • Get user info from threadcontext (#289)
  • Fix filter by user.backendroles and integ tests for it (#290)
  • Check empty user object for the AD monitor (#304)
  • Add security system property for integTest task (#319)
  • Fix failed IT cases for AD (#320)

Infrastructure

  • Add integ security tests with a limited user (#313)

Maintenance

  • Adds support for Elasticsearch 7.10.0 (#300)
  • Move to common-utils-1.12.0.2 version (#314)

v1.11.0.1

3 years ago

Compatible with ES 7.9.1

Features

  • Add getDestinations and getAlerts API (#260)

Enhancements

  • Add logged-on User details to the Monitor and Destination (#255)
  • Inject roles for alerting background jobs (#259)
  • Terminate security for email transport handlers (#262)
  • Add AllowList for Destinations (#263)
  • Add User to Alerts, add filter by back end roles (#264)
  • Change AlertError message and remove deny-list destinations check during monitor creation (#270)
  • Use common-utils from maven, use withContext instead runBlocking (#273)
  • Allow empty notification responses (#272)
  • Add user role filter for monitor on top of ad result (#275)

Bug fixes

  • Fix socket timeout exception, moved authuser to transport handler, moved User to commons (#266)
  • Misc fixes for 1.11 release (#274)
  • Fix parsing User info when User is null (#279)

Infrastructure

  • Add tests related to Email Destination (#258)
  • Minor change to a unit test (#261)
  • Fix integ tests when security is not installed (#278)

Documentation

  • better link for documentation (#265)

Maintenance

  • Adds support for Elasticsearch 7.9.1 (#251)

Refactoring

  • Rename actions (#256)

v1.10.1.2

3 years ago

Compatible with Elasticsearch (7.9.1).

Features

  • Adds support for Email Destination (#244)

Enhancements

  • Add action to 'DELETE /_alerting/destinations/{id}' (#233)
  • Add action to '/_alerting/monitor/{id}', '/_alerting/monitor/_search' (#234)
  • Add action to 'CREATE /_alerting/destinations/' (#235)
  • Add action to /_acknowledge/alerts api (#236)
  • Add actions to create, execute, get monitors api (#240)
  • Fix- IllegalStateException warn messages, Location header in destination response, Handle null in GetMonitorRequest (#252)

Infrastructure

  • Support integration testing against remote security enabled clustering (#213)
  • Add coverage upload in build workflow and add badges in README (#223)
  • Add Codecov configuration to set a coverage threshold to pass the check on a commit (#231)

Maintenance

  • Adds support for Elasticsearch 7.9.0 (#238)
  • Upgrade the vulnerable dependencies versions of Kotlin and 'commons-codec' (#230)
  • Adds support for Elasticsearch 7.9.1 (#251)

Documentation

  • Adds workflow to generate draft release notes and reformat old release notes (#241)

v1.9.0.0

3 years ago

New Features

  • Adds support for Elasticsearch 7.8.0 - PR #218

v1.8.0.0

3 years ago

New Features

  • Adds support for Elasticsearch 7.7.0 - PR #205

v1.7.0.0

3 years ago
  • Bump the version number

v1.6.0.0

4 years ago

New Features

  • Adds support for Elasticsearch 7.6.1 - PR #186

v1.4.0.0

4 years ago

Version 1.4.0.0 (Current)

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