]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
suricata.yaml: mark http2 as experimental
authorJason Ish <jason.ish@oisf.net>
Mon, 3 Aug 2020 15:24:36 +0000 (09:24 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 6 Aug 2020 14:31:05 +0000 (16:31 +0200)
Make it clear that HTTP2 is experimental and disabled by default.

suricata.yaml.in

index 8833480cc4aef488031ff8a606b5409228caaeda..41307e0eeadf12eee6f3732f7bd92373b8024661 100644 (file)
@@ -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