mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-08-02 03:26:29 -04:00
Clean up this repo
This commit is contained in:
parent
0d4632e7dd
commit
024892437e
309 changed files with 7 additions and 15 deletions
33
chef/files/default/suricata_logrotate
Executable file
33
chef/files/default/suricata_logrotate
Executable file
|
@ -0,0 +1,33 @@
|
|||
/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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue