]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve-log: enable in default config
authorVictor Julien <victor@inliniac.net>
Thu, 6 Mar 2014 11:34:22 +0000 (12:34 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 6 Mar 2014 11:34:22 +0000 (12:34 +0100)
In the default config, eve-log is now enabled by default. All loggers
except 'drop' are enabled.

suricata.yaml.in

index b71659f8163916a52d2e46deeda0aaefb6a8887f..30f19360123ba957f58e51e7252a6a450c39c94e 100644 (file)
@@ -82,9 +82,9 @@ outputs:
       append: yes
       #filetype: regular # 'regular', 'unix_stream' or 'unix_dgram'
 
-  # "United" event log in JSON format
+  # Extensible Event Format (nicknamed EVE) event log in JSON format
   - eve-log:
-      enabled: no
+      enabled: yes
       type: file #file|syslog|unix_dgram|unix_stream
       filename: eve.json
       # the following are valid when type: syslog above
@@ -103,7 +103,7 @@ outputs:
             force-magic: no   # force logging magic on all logged files
             force-md5: no     # force logging of md5 checksums
         #- drop
-        #- ssh
+        - ssh
 
   # alert output for use with Barnyard2
   - unified2-alert: