mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-28 23:47:55 +02:00
add logrotate
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/opt/so/log/suricata/stats.log
|
||||
{
|
||||
daily
|
||||
rotate 2
|
||||
missingok
|
||||
nocompress
|
||||
create
|
||||
sharedscripts
|
||||
postrotate
|
||||
docker exec -d so-suricata sh -c 'kill -HUP 6'
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user