mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-10 18:31:56 +00:00
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:
parent
e2f76c44cb
commit
0010f99662
1 changed files with 5 additions and 5 deletions
10
docker/suricata/dist/suricata.yaml
vendored
10
docker/suricata/dist/suricata.yaml
vendored
|
@ -59,7 +59,7 @@ default-log-dir: /var/log/suricata/
|
||||||
|
|
||||||
# global stats configuration
|
# global stats configuration
|
||||||
stats:
|
stats:
|
||||||
enabled: yes
|
enabled: no
|
||||||
# The interval field (in seconds) controls at what interval
|
# The interval field (in seconds) controls at what interval
|
||||||
# the loggers are invoked.
|
# the loggers are invoked.
|
||||||
interval: 8
|
interval: 8
|
||||||
|
@ -275,10 +275,10 @@ outputs:
|
||||||
# to an IP address is logged.
|
# to an IP address is logged.
|
||||||
extended: no
|
extended: no
|
||||||
- ssh
|
- ssh
|
||||||
- stats:
|
#- stats:
|
||||||
totals: yes # stats for all threads merged together
|
#totals: yes # stats for all threads merged together
|
||||||
threads: no # per thread stats
|
#threads: no # per thread stats
|
||||||
deltas: no # include delta values
|
#deltas: no # include delta values
|
||||||
# bi-directional flows
|
# bi-directional flows
|
||||||
#- flow
|
#- flow
|
||||||
# uni-directional flows
|
# uni-directional flows
|
||||||
|
|
Loading…
Reference in a new issue