From 00e845d1a0791df075112b810b904d1fdb7b48b6 Mon Sep 17 00:00:00 2001 From: Sean Zheng <51798415+sean-zheng-amazon@users.noreply.github.com> Date: Mon, 4 May 2020 09:38:35 -0700 Subject: [PATCH] Create opendistro-elasticsearch-anomaly-detection.release-notes.md Anomaly Detection initial launch release notes for backend. --- ...stro-elasticsearch-anomaly-detection.release-notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 opendistro-elasticsearch-anomaly-detection.release-notes.md 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.