Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 293 Bytes

File metadata and controls

11 lines (8 loc) · 293 Bytes

ES Curator

A quick and dirty python script to delete old ES indices. The official ES Curator project does not support http auth. This just uses the base URL and requests lib to perform DELETE operations.

Run:

 pip install -r requirements.txt
 python es_curator.py --help