Tool for curating and managing Elasticsearch time-series indices
Have time-series indices in Elasticsearch? This is the tool for you!
Like a museum curator manages the exhibits and collections on display, Elasticsearch Curator helps you curate, or manage your time-series indices.
This tool is written in Python and it started from the need of automatically cleaning up Elasticsearch indices older than a certain period of time. The usual usage scenario is with Elasticsearch and Logstash, but it can be used for any Elasticsearch indices that are time-based. Not only it's able to clean up (delete) indices older than a certain period of time, or larger than a specified amount, but can also perform management operations like closing indices, aliases changes, optimize indices, replica count changes, snapshots operations.
More about this tool you can find here. Project is hosted on github.