Created
October 8, 2015 21:57
-
-
Save roncioiu/af1826a5ce0268a07d4a to your computer and use it in GitHub Desktop.
elasticsearch-curator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export e_time="$(date +%s%N| cut -b1-13)" && python run_curator.py --host localhost show indices --regex ^market --time-unit days --older-than 2 --timestring $e_time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this can be run directly from the git repo that you pull down.