mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
/var/log/suricata/*.log /var/log/suricata/*.json {
|
|
rotate 3
|
|
missingok
|
|
create
|
|
sharedscripts
|
|
postrotate
|
|
{% for name in instances %}
|
|
/etc/init.d/suricata.{{ name }} relog
|
|
{% endfor %}
|
|
endscript
|
|
}
|