Open Distro for Elasticsearch 1.8.0 is now available for download.
The release consists of Apache 2 licensed Elasticsearch version 7.7.0, and Kibana version 7.7.0. Plugins in the distribution include alerting, index management, performance analyzer, security, SQL, and machine learning with k-NN and anomaly detection. SQL JDBC/ODBC driver, SQL CLI Client, and PerfTop, a client for Performance Analyzer are also available for download.
- The snapshot feature is now available in the Index Management plugin. This feature allows users to recover from failure and migrate indices from one cluster to another.
- Anomaly Detection plugin releases the new count aggregation feature to detect anomalies.
- New feature Cosine Similarity is available for use in k-NN plugin.
- Support for connecting PerfTop CLI, a client for Performance Analyzer to clusters with basic authentication.
The release includes the following features, enhancements, infrastructure and documentation updates, and bug fixes.
- Artifact Name of Anomaly Detection Plugin for DEB and RPM distribution is updated from opendistro-anomaly-detector to opendistro-anomaly-detection. In order to reduce the impact of this change, we recommend removing the old opendistro-anomaly-detector plugin first with your package manager, before installing the upgraded opendistro-anomaly-detection (Support Docs).
- Adds support for Elasticsearch 7.7.0 (#205)
- Support count aggregation (#169)
- Snapshot implementation (#135)
- Adds support for Kibana 7.7.0 (#90)
- Support cosine similarity (#90)
- Add Tableau connector source files (#81)
- Update release notes and contributors for v1.8 (#68)
- Update README.md (#71)
- Rename plugin name to sql-workbench (#72)
- Add shingle size, total model size, and model's hash ring to profile API (#128)
- Prevent creating detector with duplicate name. (#134)
- Make callout message more readable when error creating new detector (#130)
- Add loading state for live chart on detector details page (#131)
- Add intermediate loading state when changing filters on detector list page (#134)
- Tune code style for AD result utils (#152)
- Test find max anomaly method's performance (#158)
- Handle unexpected failure and unknown detector state edge cases (#165)
- Improve error handling on detector detail pages (#173)
- Add proper message in case of long initialization (#159)
- Improve wording for different detector state messages (#184)
- Block k-NN index writes if the Circuit breaker triggers. (#108)
- Implemented migration and validation APIs for version upgrade (#454)
- Add the field type conflict check in semantic check (#470)
- Fixes wrong time interval unit for monitor on top of anomaly detector. (#145)
- Fix that AD job cannot be terminated due to missing training data (#126)
- Fix incorrect detector count in stats APIs (#129)
- Fix dynamic setting of max detector/feature limit (#130)
- Fix blank page if opening configuration page directly with URL (#154)
- Fix detector detail loading state (#155)
- Change to default plugin icon (#175)
- Fix detector list infinite loading state on cluster initialization (#177)
- Fix custom icon scaling issue (#178)
- Fix anomaly results table pagination (#180)
- Fix custom icon scaling issue (#205)
- Correct the column when SELECT function as field (#462)
- Adds workflow to upload jar to maven (#81)
- Add supported OS versions (#88)
- Jackson-databind version bump (#406)
You can also track upcoming features in Open Distro for Elasticsearch by watching the code repositories or checking the project website.