- Adds support for Elasticsearch 7.6.1 PR #164
- Due to Changes in ES test framework since 7.5
- Update Jacoco (code coverage)
- Update gradle tasks
integTest
andtestClusters
- Update debug method and new debug option
cluster.debug
- Adds support for Elasticsearch 7.4.2 PR #132
- Fixes issue where action timeout was using start_time from previous action PR #133
This is the first official release of Open Distro Index Management plugin.
With Index State Management you will be able to define custom policies, to optimize and manage indices and apply them to index patterns. Each policy contains a default state and a list of states that you define for the index to transition between. Within each state you can define a list of actions to perform and transitions to enter a new state based off certain conditions.
Adds backend REST API used for basic CRUD operations, explain, and management of policies and managed indices.