Using Curator to prune Elasticsearch Indices
If you are using Elasticsearch as a database to store data from various sources, you are going to need to a way to prune the indices before they end up filling your drive. Using Curator is one way to go about this task. The following instructions are based on a Ubuntu LTS 16.04 install with …