From 9c204ea5322982aec5216dc8ae0dadd23391481a Mon Sep 17 00:00:00 2001 From: Drew Baugher <46505179+dbbaughe@users.noreply.github.com> Date: Thu, 21 Nov 2019 10:59:19 -0800 Subject: [PATCH] Adds release notes (#111) --- ...ro-elasticsearch-index-management.release-notes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 opendistro-elasticsearch-index-management.release-notes.md diff --git a/opendistro-elasticsearch-index-management.release-notes.md b/opendistro-elasticsearch-index-management.release-notes.md new file mode 100644 index 000000000..389be0792 --- /dev/null +++ b/opendistro-elasticsearch-index-management.release-notes.md @@ -0,0 +1,11 @@ +## Version 1.3.0.0 + +## New Features + +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.