mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04: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:
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
|
||||
|
Reference in New Issue
Block a user