From: Victor Julien Date: Tue, 31 May 2016 06:50:45 +0000 (+0200) Subject: yaml: new defaults for outputs X-Git-Tag: suricata-3.1RC1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b4e1ea389c3f96eb620d62227cb932edaf61dcf;p=thirdparty%2Fsuricata.git yaml: new defaults for outputs Enable eve.flow, disable plain http.log. --- diff --git a/suricata.yaml.in b/suricata.yaml.in index 613d1ba629..5ccb138dab 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -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