Skip to content

Commit

Permalink
eve/schema: add host
Browse files Browse the repository at this point in the history
The "host" field is added to EVE events if the "sensor-name" field is
configured in suricata.yaml.
  • Loading branch information
jasonish authored and victorjulien committed Aug 10, 2023
1 parent edb8cca commit 3802a51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions etc/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 3802a51

Please sign in to comment.