Suricata Module - Add raw rule to the alert

This commit is contained in:
Mike Reeves
2018-03-20 09:26:29 -04:00
parent a39505a400
commit 4c5f3525d5

View File

@@ -117,7 +117,12 @@ outputs:
# packet: yes # enable dumping of packet (without stream segments)
# http-body: yes # enable dumping of http body in Base64
# http-body-printable: yes # enable dumping of http body in printable format
metadata: yes # add L7/applayer fields, flowbit and other vars to the alert
metadata:
app-layer: true
flow: true
rule:
metadata: true
raw: true
# Enable the logging of tagged packets for rules using the
# "tag" keyword.