AWS Open Source Blog
Open Distro for Elasticsearch version 1.0.0 is now available
Open Distro for Elasticsearch 1.0.0 is now available for you to download and run!
The 1.0.0 release includes Elasticsearch 7.0.1 and Kibana 7.0.1 from upstream and the latest versions of the Open Distro for Elasticsearch plugins for alerting, performance analyzer, SQL, and security. The Kibana UI components for security and alerting are also part of this release.
You can find Open Distro for Elasticsearch Docker images and Kibana Docker images on Docker hub. If you are using Docker, make sure your compose file specifies 1.0.0 or uses the latest tag. Additionally, RPMs and Debian packages are available for installation. You can update to the latest version of our PerfTop client and our SQL JDBC driver.
If you’re a developer interested in using individual Open Distro for Elasticsearch plugins, you can now learn how to download and install plugin ZIP files for Security, Alerting, and SQL from our documentation. Additionally, you can find our Security plugin on Maven Central. If you’re getting started on building your open source contribution karma, find an issue tagged as a “good first issue” in one of our repos to start contributing to Open Distro for Elasticsearch!
Release Highlights
All plugins now support Elasticsearch and Kibana release 7.0.1.
Open Distro for Elasticsearch Alerting adds action throttling support in its Kibana UI and visual monitors to specify where
criteria in a query.
Open Distro for Elasticsearch Security adds support for a new configuration syntax and a streamlined YAML configuration. This release has a new version of the LDAP/Active Directory module, which supports querying of multiple role bases and more sophisticated connection pooling.
Open Distro for Elasticsearch SQL adds more test coverage and provides the capability to enable and disable SQL features. The SQL JDBC driver adds time zone conversion for datetime fields.
Open Distro now includes Job Scheduler which exposes a service provider interface (SPI) for other plugins to schedule periodic jobs. The Job Scheduler supports interval and cron scheduling, and allows the extension plugin to enforce singleton job instances using locking.
PRs included this release
You can find details on enhancements, bug fixes, and more in the release notes for each plugin in their respective GitHub repositories. See Alerting, Alerting Kibana UI, Performance Analyzer, PerfTop, Security, Security Kibana UI, SQL, SQL JDBC driver and Job Scheduler. You can find full details in the release notes.
Questions
Please feel free to ask questions on the project community discussion forum.
Report a bug or request a feature
You can file a bug, request a feature, or propose new ideas to enhance Open Distro for Elasticsearch on our GitHub community issues page. If you find bugs or want to propose a feature for a particular plugin, create an issue in the individual plugin repository. Check out the full project source.