From: Jason Ish Date: Mon, 3 Aug 2020 15:30:41 +0000 (-0600) Subject: http2: enable http2 app-layer and output X-Git-Tag: suricata-6.0.4~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e960318b5bab896f45b1598c5b2f420a37276ab;p=thirdparty%2Fsuricata-verify.git http2: enable http2 app-layer and output HTTP2 is experimental and disabled by default so the tests need to explicitly enable it. --- diff --git a/tests/http2-basic/suricata.yaml b/tests/http2-basic/suricata.yaml new file mode 100644 index 000000000..99aa03c50 --- /dev/null +++ b/tests/http2-basic/suricata.yaml @@ -0,0 +1,14 @@ +%YAML 1.1 +--- + +outputs: + - eve-log: + enabled: true + types: + - alert + - http2 + +app-layer: + protocols: + http2: + enabled: true