From: Stefan Schantl Date: Sun, 19 Dec 2021 14:55:45 +0000 (+0100) Subject: suricata.yaml: Set collection of stat to off. X-Git-Tag: v2.27-core164~210^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=636a79650bf930f1908cb128012dc567e7f78093;p=ipfire-2.x.git 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 --- diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 50abb94860..6fbc7b3ee1 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -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