]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
yaml: new defaults for outputs
authorVictor Julien <victor@inliniac.net>
Tue, 31 May 2016 06:50:45 +0000 (08:50 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 31 May 2016 06:52:10 +0000 (08:52 +0200)
Enable eve.flow, disable plain http.log.

suricata.yaml.in

index 613d1ba6292b9ab8268b71e23ae059bdccf93625..5ccb138dab6889dde0d4c0fa43149043a7479ad5 100644 (file)
@@ -213,7 +213,7 @@ outputs:
             threads: no       # per thread stats
             deltas: no        # include delta values
         # bi-directional flows
-        #- flow
+        - flow
         # uni-directional flows
         #- netflow
 
@@ -256,7 +256,7 @@ outputs:
 
   # a line based log of HTTP requests (no alerts)
   - http-log:
-      enabled: yes
+      enabled: no
       filename: http.log
       append: yes
       #extended: yes     # enable this for extended logging information