mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Suricata Module - Add raw rule to the alert
This commit is contained in:
@@ -117,8 +117,13 @@ outputs:
|
|||||||
# packet: yes # enable dumping of packet (without stream segments)
|
# packet: yes # enable dumping of packet (without stream segments)
|
||||||
# http-body: yes # enable dumping of http body in Base64
|
# http-body: yes # enable dumping of http body in Base64
|
||||||
# http-body-printable: yes # enable dumping of http body in printable format
|
# 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
|
# Enable the logging of tagged packets for rules using the
|
||||||
# "tag" keyword.
|
# "tag" keyword.
|
||||||
tagged-packets: no
|
tagged-packets: no
|
||||||
|
|||||||
Reference in New Issue
Block a user