Created
December 24, 2015 10:01
-
-
Save georgeOsdDev/77cd4ecf6b8c6fe2e303 to your computer and use it in GitHub Desktop.
curator job
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
#!/bin/bash | |
curator --host localhost close indices --prefix logstash --older-than 30 --time-unit days --timestring %Y.%m.%d | |
curator --host localhost delete indices --prefix logstash --older-than 60 --time-unit days --timestring %Y.%m.%d | |
curator --host localhost bloom indices --prefix logstash --older-than 2 --time-unit days --timestring %Y.%m.%d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment