mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
(ids) add suricata base log to rotate
This commit is contained in:
parent
128756bd1c
commit
79d01d712b
@ -2,5 +2,6 @@
|
||||
{% if helpers.exists('OPNsense.IDS.general') and OPNsense.IDS.general.enabled|default("0") == "1"%}
|
||||
{% set intf = helpers.getNodeByTag('interfaces.'+OPNsense.IDS.general.interfaces.split(',')[0]).if %}
|
||||
/var/log/suricata/stats.log root:wheel 640 7 100 $D0 B /var/run/suricata_{{ intf }}.pid 1
|
||||
/var/log/suricata.log root:wheel 640 7 100 $D0 B /var/run/suricata_{{ intf }}.pid 1
|
||||
/var/log/suricata/eve.json root:wheel 640 4 100 $W0D23 B /var/run/suricata_{{ intf }}.pid 1
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user