suricata.yaml: Set collection of stat to off.

Suricata will print a warning on startup if the collection of stats
is enabled but no stats logger, which will print them out is enabled.

Acctually we do not use any stats so this safely can be disabled.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2021-12-19 15:55:45 +01:00
parent ec03b64e9f
commit 636a79650b

View File

@@ -63,7 +63,7 @@ default-log-dir: /var/log/suricata/
# global stats configuration
stats:
enabled: yes
enabled: no
# The interval field (in seconds) controls at what interval
# the loggers are invoked.
interval: 8