Skip to content

Instantly share code, notes, and snippets.

@roncioiu
Created October 8, 2015 21:57
Show Gist options
  • Save roncioiu/af1826a5ce0268a07d4a to your computer and use it in GitHub Desktop.
Save roncioiu/af1826a5ce0268a07d4a to your computer and use it in GitHub Desktop.
elasticsearch-curator
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
@roncioiu
Copy link
Author

roncioiu commented Oct 8, 2015

this can be run directly from the git repo that you pull down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment