]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
output/json: Update threaded filename example
authorJeff Lucovsky <jeff@lucovsky.org>
Sat, 26 Sep 2020 12:29:43 +0000 (08:29 -0400)
committerVictor Julien <victor@inliniac.net>
Sun, 4 Oct 2020 19:29:03 +0000 (21:29 +0200)
suricata.yaml.in

index 0ea4cdec7d4519a9d437006a5a484619a196db49..e521ca5b7960f39f9e3fdbf152e756152878a9ea 100644 (file)
@@ -85,8 +85,8 @@ outputs:
       enabled: @e_enable_evelog@
       filetype: regular #regular|syslog|unix_dgram|unix_stream|redis
       filename: eve.json
-      # Enable for multi-threaded eve.json output; output files are suffixed
-      # with an identifier, e.g., eve.json.9.
+      # Enable for multi-threaded eve.json output; output files are amended with
+      # with an identifier, e.g., eve.9.json
       #threaded: false
       #prefix: "@cee: " # prefix to prepend to each log entry
       # the following are valid when type: syslog above