]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: add host 9377/head
authorJason Ish <jason.ish@oisf.net>
Thu, 10 Aug 2023 17:38:18 +0000 (11:38 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 10 Aug 2023 19:40:14 +0000 (21:40 +0200)
The "host" field is added to EVE events if the "sensor-name" field is
configured in suricata.yaml.

etc/schema.json

index 1e945a276820823b0c2e8412366087ec1e80b58c..1b49cf5af1fc9c71bf18a87ce9ec5981adcbcdd2 100644 (file)
         "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"
         },