Suricata: disable eve.stats since it's unused

Prevent the error below by disabling stats globally and in eve-log:

<Error> - [ERRCODE: SC_ERR_STATS_LOG_GENERIC(278)] - eve.stats: stats are disabled globally: set stats.enabled to true.
This commit is contained in:
Andrea De Pasquale 2020-11-25 17:07:49 +01:00
parent e2f76c44cb
commit 0010f99662

View file

@ -59,7 +59,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
@ -275,10 +275,10 @@ outputs:
# to an IP address is logged.
extended: no
- ssh
- stats:
totals: yes # stats for all threads merged together
threads: no # per thread stats
deltas: no # include delta values
#- stats:
#totals: yes # stats for all threads merged together
#threads: no # per thread stats
#deltas: no # include delta values
# bi-directional flows
#- flow
# uni-directional flows