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

Commit 8700436

Browse files
authored
Re-arrange Release Notes by the standard guideline (#157)
1 parent ea63b55 commit 8700436

13 files changed

+79
-91
lines changed

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

-91
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Version 0.10.0.0, 2019-08-07
2+
3+
### New Features
4+
* Adds support for Kibana 6.8.1 - [PR #78](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/78)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Version 0.7.0.0, 2019-01-31
2+
3+
### New Features
4+
5+
This is the first release of the OpenDistro Kibana Alerting plugin.
6+
7+
Allows users to create and schedule **monitors** to run periodic queries of data in Elasticsearch.
8+
Results of periodic queries are evaluated against the monitor's **triggers** to see if they meet certain criteria.
9+
If criteria is met, **alerts** are generated and saved in an Elasticsearch index and the user is notified by the trigger's **actions**.
10+
Actions are messages using mustache templating created by the user that are sent to **destinations**.
11+
Destinations are locations where action messages are sent, such as slack, chime, or custom webhooks.
12+
Alerts can be acknowledged to mute notifications.
13+
14+
### Commits
15+
16+
* [[`475a70e`](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/commit/475a70eedece077ff6c5c1133b143f69d49eb105)] Initial release for OpenDistro Kibana Alerting
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Version 0.8.0.0, 2019-04-02
2+
3+
### New Features
4+
* Adds support for Kibana 6.6.2 - [PR #7](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/7)
5+
6+
### Bug fixes
7+
* Fixes sorting on Destination Type on destinations list page.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Version 0.9.0.0, 2019-04-24
2+
3+
### New Features
4+
* Adds support for Kibana 6.7.1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Version 1.0.0.0, 2019-06-28
2+
3+
### New Features
4+
* Adds support for ES and Kibana 7.0.1 - [PR #44](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/44)
5+
* Visual monitors allows to specify where criteria - [PR #42](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/42)
6+
* Enables throttling on actions - [PR #45](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/78)
7+
8+
### Bug fixes
9+
* Fixes doc links - [PR #50](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/50)
10+
* Updated text for visual monitor - [PR #47](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/47)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Version 1.1.0.0, 2019-07-30
2+
3+
### New Features
4+
* Adds support for Kibana 7.1.1
5+
6+
### Bug fixes
7+
* Enhanced message for trigger execution [Alerting #58](https://github.com/opendistro-for-elasticsearch/alerting/issues/14)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Version 1.2.0.0, 2019-09-20
2+
3+
### New Features
4+
* Adds support for Kibana 7.2.0 - [PR #81](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/81)
5+
6+
### Bug fixes
7+
* Fixes update monitor from monitor list - [PR #64](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/64)
8+
* Added support for IPv4 and IPv6 on URL validation - [PR #67](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/67)
9+
* Disables the query parameter box in Custom webhook - [PR #72](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/72)
10+
* Fixes invalid value for new parameters and headers on Custom Destination - [PR #73](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/73)
11+
* Fixes URL parameters to fetch destinations on creation of trigger UI - [PR #75](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/75)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Version 1.3.0.0, 2019-11-20
2+
3+
### New Features
4+
* Adds support for Kibana 7.3.2 - [PR #109](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/109)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Version 1.4.0.0, 2020-01-13
2+
3+
### New Features
4+
* Adds support for Kibana 7.4.2 - [PR #113](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/113)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Version 1.6.0.0, 2020-03-27
2+
3+
### New Features
4+
* Adds support for Kibana 7.6.1 - [PR #118](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/118)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Version 1.7.0.0, 2020-05-04
2+
3+
### New Features
4+
* Creates monitor with anomaly detector. - [PR #123](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/123)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Version 1.8.0.0, 2020-05-19
2+
3+
### Bug fixes
4+
* Fixes wrong time interval unit for monitor on top of anomaly detector. - [PR #145](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/145)

0 commit comments

Comments
 (0)