diff --git a/opendistro-elasticsearch-anomaly-detection.release-notes.md b/opendistro-elasticsearch-anomaly-detection.release-notes.md new file mode 100644 index 00000000..b80231b7 --- /dev/null +++ b/opendistro-elasticsearch-anomaly-detection.release-notes.md @@ -0,0 +1,9 @@ +## Version 1.6.1.0 (2020-05-13) + +### New Features + +This is the first official release of Open Distro for Elasticsearch Anomaly Detection plugin. + +The Anomaly Detection plugin enables you to leverage Machine Learning based algorithms to automatically detect anomalies as your log data is ingested. Combined with Alerting, you can monitor your data in near real time and automatically send alert notifications . With an intuitive Kibana interface and a powerful API, it is easy to set up, tune, and monitor your anomaly detectors. + +* Adds backend REST APIs used for CRUD operations, preview, search on Anomaly Detectors, and search on detector results.