Skip to content

Commit

Permalink
Merge pull request #9 from metal-stack/suricata-stats
Browse files Browse the repository at this point in the history
write all stats values and always write the whole stats.log instead o…
  • Loading branch information
mwindower authored Apr 27, 2020
2 parents 0d20015 + 345ebe8 commit 9e9abf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/netconf/suricata_config.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -404,10 +404,10 @@ outputs:
- stats:
enabled: yes
filename: stats.log
append: yes # append to file (yes) or overwrite it (no)
append: no # append to file (yes) or overwrite it (no)
totals: yes # stats for all threads merged together
threads: no # per thread stats
#null-values: yes # print counters that have value 0
null-values: yes # print counters that have value 0

# a line based alerts log similar to fast.log into syslog
- syslog:
Expand Down

0 comments on commit 9e9abf7

Please sign in to comment.