From 636a79650bf930f1908cb128012dc567e7f78093 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 19 Dec 2021 15:55:45 +0100 Subject: [PATCH] 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 --- config/suricata/suricata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5