aboutsummaryrefslogtreecommitdiffstats
path: root/community/suricata/suricata.logrotate
blob: f09690a792c7bb0931e4756f988c27e7319a2117 (plain)
1
2
3
4
5
6
7
8
9
10
11
/var/log/suricata/*.log /var/log/suricata/*.json
{
    rotate 3
    missingok
    nocompress
    create
    sharedscripts
    postrotate
            /bin/kill -HUP $(cat /var/run/suricata/suricata.pid)
    endscript
}