Skip to content

Instantly share code, notes, and snippets.

@pedroagabreu
Last active August 29, 2015 14:05
Show Gist options
  • Save pedroagabreu/29d7ed4d05084681e32f to your computer and use it in GitHub Desktop.
Save pedroagabreu/29d7ed4d05084681e32f to your computer and use it in GitHub Desktop.
Suricata 2.0.2+ log rotation.
/var/log/suricata/*.log /var/log/suricata/*.json
{
daily
rotate 3
missingok
nocompress
create
sharedscripts
postrotate
/bin/kill -HUP $(pidof suricata)
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment