eve/schema: add host

The "host" field is added to EVE events if the "sensor-name" field is
configured in suricata.yaml.
pull/9377/head
Jason Ish 2 years ago committed by Victor Julien
parent edb8cca825
commit 3802a51552

@ -39,6 +39,11 @@
"flow_id": {
"type": "integer"
},
"host": {
"$comment": "May change to sensor_name in the future, or become user configurable: https://redmine.openinfosecfoundation.org/issues/4919",
"description": "the sensor-name, if configured",
"type": "string"
},
"icmp_code": {
"type": "integer"
},

Loading…
Cancel
Save