doc: some more info about alert format

pull/2776/head
Eric Leblond 9 years ago committed by Victor Julien
parent f5ad6a2095
commit f4374ffd0b

@ -64,6 +64,27 @@ Example:
Action is set to "allowed" unless a rule used the "drop" action and Suricata is in IPS mode, or when the rule used the "reject" action.
It can also contain information about Source and Target of the attack in the alert.source and alert.target field it target keyword is used in
the signature.
::
"alert": {
"action": "allowed",
"gid": 1,
"signature_id": 1,
"rev": 1,
"signature": "HTTP body talking about corruption",
"severity": 3,
"source": {
"ip": "192.168.43.32",
"port": 36292
},
"target": {
"ip": "179.60.192.3",
"port": 80
},
Event type: HTTP
----------------

Loading…
Cancel
Save