]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
http2: enable http2 app-layer and output
authorJason Ish <jason.ish@oisf.net>
Mon, 3 Aug 2020 15:30:41 +0000 (09:30 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 6 Aug 2020 10:33:09 +0000 (12:33 +0200)
HTTP2 is experimental and disabled by default so the tests
need to explicitly enable it.

tests/http2-basic/suricata.yaml [new file with mode: 0644]

diff --git a/tests/http2-basic/suricata.yaml b/tests/http2-basic/suricata.yaml
new file mode 100644 (file)
index 0000000..99aa03c
--- /dev/null
@@ -0,0 +1,14 @@
+%YAML 1.1
+---
+
+outputs:
+  - eve-log:
+      enabled: true
+      types:
+        - alert
+        - http2
+
+app-layer:
+  protocols:
+    http2:
+      enabled: true