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:
Stefan Schantl
2019-04-21 09:26:45 +02:00
committed by Michael Tremer
parent 7af7ced6fc
commit 6e7c8a3303

View File

@@ -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