change suricata clean cron to run once a day

This commit is contained in:
m0duspwnens
2021-02-18 14:06:45 -05:00
parent 95df18c545
commit 03487c2a31

View File

@@ -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: '*'