mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-07 14:32:57 -04:00
33 lines
545 B
Text
Executable file
33 lines
545 B
Text
Executable file
/var/log/suricata/*.log
|
|
{
|
|
weekly
|
|
missingok
|
|
create
|
|
sharedscripts
|
|
postrotate
|
|
/bin/kill -HUP $(cat /var/run/suricata.pid)
|
|
endscript
|
|
delaycompress
|
|
copytruncate
|
|
compresscmd /usr/bin/pigz
|
|
compress
|
|
dateext
|
|
notifempty
|
|
}
|
|
|
|
/var/log/suricata/eve.json
|
|
{
|
|
weekly
|
|
missingok
|
|
create
|
|
sharedscripts
|
|
postrotate
|
|
/bin/kill -HUP $(cat /var/run/suricata.pid)
|
|
endscript
|
|
rotate 32
|
|
delaycompress
|
|
compresscmd /usr/bin/pigz
|
|
compress
|
|
dateext
|
|
notifempty
|
|
}
|