###Use Elastic Curator to cleanup ElasticSearch index backups in S3 ElasticSearch has a great index backup/restore API, which makes the whole process really simple. A single RESTful call creates an incremental backup of the indices and stores it to S3, simple!! Problem is they don’t give you an easy way to manage your backups, so you can end up with massive amounts of data in S3, we had over 8TB which we didn’t need. Enter Curator which allows you to manage indices and snapshots easily.
Install curator either on an ElasticSearch server or another server with access to it Remove "==3.5.1" if you want the latest version
pip install elasticsearch-curator==3.5.1