Skip to content

Instantly share code, notes, and snippets.

@mrlesmithjr
Created July 4, 2014 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrlesmithjr/d7452758846a97169a54 to your computer and use it in GitHub Desktop.
Save mrlesmithjr/d7452758846a97169a54 to your computer and use it in GitHub Desktop.
#!/bin/sh
/usr/local/bin/curator delete --older-than 90 2>&1 | /bin/nc logstash 28778
/usr/local/bin/curator close --older-than 30 2>&1 | /bin/nc logstash 28778
/usr/local/bin/curator bloom --older-than 2 2>&1 | /bin/nc logstash 28778
/usr/local/bin/curator optimize --older-than 2 2>&1 | /bin/nc logstash 28778
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment