mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user