From 106095561e378509db9a824ab069d6a53e7ad8bb Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Thu, 7 May 2020 11:32:51 -0700 Subject: [PATCH] Add release notes for ODFE 1.7.0 (#109) --- release-notes/release-notes-odfe-1.7.0.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 release-notes/release-notes-odfe-1.7.0.md diff --git a/release-notes/release-notes-odfe-1.7.0.md b/release-notes/release-notes-odfe-1.7.0.md new file mode 100644 index 00000000..3252cee1 --- /dev/null +++ b/release-notes/release-notes-odfe-1.7.0.md @@ -0,0 +1,23 @@ +## Open Distro for Elasticsearch 1.7.0 Release Notes + +## Initial Release +The Anomaly Detection Kibana plugin provides a Kibana view for the [Anomaly Detection Elasticsearch plugin](https://github.com/opendistro-for-elasticsearch/anomaly-detection). + +Anomaly detection uses the Random Cut Forest (RCF) algorithm for detecting anomalous data points in streaming time series. + +You can use the plugin with the same version of the [Open Distro Alerting Kibana plugin](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin) to get alert notifications. You can create a monitor based on an anomaly detector directly on the Alerting Kibana plugin. Monitors run checks on the anomaly detection results regularly and trigger alerts based on custom trigger conditions. + +## Features + +1. Create an anomaly detector on an index and configure features for the detector +2. Preview sample anomaly results for historical data +3. Monitor live anomalies +4. Review anomaly history together with alerts + +## Current Limitations + +- Supports Elasticsearch / Kibana 7.6.1. +- Page may load slowly if you load/review data in a long time range. +- Not all API calls have complete error handling. +- We will continuously add new unit test cases, but we don't have 100% unit test coverage for now. This is a great area for developers from the community to contribute and help improve test coverage. +- Please see documentation links and GitHub issues for other details. \ No newline at end of file