mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
suricata: Disable stats.log
This log is mainly needed for debugging the IPS. It writes some stats every couple of seconds and will create some load on SD cards and other cheap storage that we do not need. Fixes #12056. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
7af7ced6fc
commit
6e7c8a3303
@@ -82,7 +82,7 @@ outputs:
|
||||
|
||||
# Stats.log contains data from various counters of the suricata engine.
|
||||
- stats:
|
||||
enabled: yes
|
||||
enabled: no
|
||||
filename: stats.log
|
||||
append: no # append to file (yes) or overwrite it (no)
|
||||
totals: yes # stats for all threads merged together
|
||||
|
||||
Reference in New Issue
Block a user