]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
suricata: Disable the stats log
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 20 Apr 2026 10:39:07 +0000 (10:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 20 Apr 2026 10:39:07 +0000 (10:39 +0000)
This is generating a large amount of logs which are not worth storing at
this point in time.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/suricata/suricata.yaml

index e91c003e7441e4a120b59fd37558cb16d357f8a4..1027cf373569957806cdc72312523a1a95ca97db 100644 (file)
@@ -467,7 +467,7 @@ outputs:
 
   # Stats.log contains data from various counters of the Suricata engine.
   - stats:
-      enabled: yes
+      enabled: no
       filename: stats.log
       append: yes       # append to file (yes) or overwrite it (no)
       totals: yes       # stats for all threads merged together