4.3.0 (10 April 2017)
This will be the last minor branch of Curator 4.x
New Features
- Added
warn_if_no_indices
option foralias
action in response to
#883. Using this option will permit thealias
add or remove to continue
with a logged warning, even if the filters result in a NoIndices condition.
Use with care.
Bug Fixes
- Check if an index is in an alias before attempting to delete it from the
alias. Issue raised in #887. (untergeek) - Fix allocation issues when using Elasticsearch 5.1+. Issue raised in #871
(untergeek)
Documentation
- Add missing repository arg to auto-gen API docs. Reported in #888
(untergeek)