Skip to content

Instantly share code, notes, and snippets.

@mindjiver
Created May 11, 2015 07:16
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 mindjiver/c0504dfa2ce1007680b7 to your computer and use it in GitHub Desktop.
Save mindjiver/c0504dfa2ce1007680b7 to your computer and use it in GitHub Desktop.
logstash rotation config
/var/log/logstash/*.log {
daily
rotate 7
copytruncate
compress
missingok
notifempty
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment