]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
yaml: add 'append' to stats-log entry
authorVictor Julien <victor@inliniac.net>
Thu, 19 Oct 2017 06:24:47 +0000 (08:24 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 19 Oct 2017 06:24:47 +0000 (08:24 +0200)
Bug #798

suricata.yaml.in

index 60a89172e84841798fa20516786c6d4eeb45b7a4..c7fc6bd16e534dd119b42275f9bfcc62bc72c0a3 100644 (file)
@@ -399,6 +399,7 @@ outputs:
   - stats:
       enabled: yes
       filename: stats.log
+      append: yes       # 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