mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
change suricata clean cron to run once a day
This commit is contained in:
@@ -192,8 +192,8 @@ clean_suricata_eve_files:
|
|||||||
- name: /usr/sbin/so-suricata-eve-clean > /dev/null 2>&1
|
- name: /usr/sbin/so-suricata-eve-clean > /dev/null 2>&1
|
||||||
- identifier: clean_suricata_eve_files
|
- identifier: clean_suricata_eve_files
|
||||||
- user: root
|
- user: root
|
||||||
- minute: '*/5'
|
- minute: '10'
|
||||||
- hour: '*'
|
- hour: '0'
|
||||||
- daymonth: '*'
|
- daymonth: '*'
|
||||||
- month: '*'
|
- month: '*'
|
||||||
- dayweek: '*'
|
- dayweek: '*'
|
||||||
|
|||||||
Reference in New Issue
Block a user