]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: add top level ndpi object
authorJason Ish <jason.ish@oisf.net>
Wed, 15 Jan 2025 21:25:20 +0000 (15:25 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 29 Mar 2025 21:14:00 +0000 (22:14 +0100)
The format is left free-form, as its controled by a plugin.

etc/schema.json

index 2f516f840d95f54e6b3d4dcfd9a1c37262798ff1..54d90219ab18f1439d3b100a6121212753be6932 100644 (file)
                     "type": "string"
                 },
                 "exception_policy": {
-                    "description": "The exception policy(ies) triggered by the flow. Not logged if none was triggered",
+                    "description":
+                            "The exception policy(ies) triggered by the flow. Not logged if none was triggered",
                     "type": "array",
                     "properties": {
                         "target": {
                 }
             },
             "additionalProperties": false
+        },
+        "ndpi": {
+            "description": "nDPI plugin, contents provided by 3rd party library",
+            "type": "object"
         }
     },
     "$defs": {