mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-07 15:48:51 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue