]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
suricata.yaml: Set collection of stat to off.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Dec 2021 14:55:45 +0000 (15:55 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Dec 2021 14:55:45 +0000 (15:55 +0100)
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>
config/suricata/suricata.yaml

index 50abb94860c549ebb081897b3722f6c68d060f11..6fbc7b3ee1bacbf2ab17815230205d1db0f3a551 100644 (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