- Adds support for Kibana 7.6.1 - PR #118
- Adds support for Kibana 7.4.2 - PR #113
- Adds support for Kibana 7.3.2 - PR #109
- Adds support for Kibana 7.2.0 - PR #81
- 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
- Adds support for Kibana 7.1.1
- Enhanced message for trigger execution Alerting #58
- Adds 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
- Adds support for Kibana 6.8.1 - PR #78
- Adds support for Kibana 6.7.1
- Adds support for Kibana 6.6.2 - PR #7
- Fixes sorting on Destination Type on destinations list page.
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.
- [
475a70e
] Initial release for OpenDistro Kibana Alerting