From: Jason Ish Date: Mon, 3 Aug 2020 15:24:36 +0000 (-0600) Subject: suricata.yaml: mark http2 as experimental X-Git-Tag: suricata-6.0.0-beta1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d5eef624b651788b8d98db34dfc4c7b0669ca68;p=thirdparty%2Fsuricata.git suricata.yaml: mark http2 as experimental Make it clear that HTTP2 is experimental and disabled by default. --- diff --git a/suricata.yaml.in b/suricata.yaml.in index 8833480cc4..41307e0eea 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -281,7 +281,10 @@ outputs: - ssh - mqtt: # passwords: yes # enable output of passwords - - http2 + # HTTP2 logging. HTTP2 support is currently experimental and + # disabled by default. To enable, uncomment the following line + # and be sure to enable http2 in the app-layer section. + #- http2 - stats: totals: yes # stats for all threads merged together threads: no # per thread stats @@ -757,8 +760,9 @@ app-layer: ssh: enabled: yes #hassh: yes + # HTTP2: Experimental HTTP 2 support. Disabled by default. http2: - enabled: yes + enabled: no smtp: enabled: yes raw-extraction: no