From: Jason Ish Date: Wed, 15 Jan 2025 21:25:20 +0000 (-0600) Subject: eve/schema: add top level ndpi object X-Git-Tag: suricata-8.0.0-beta1~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c522a0ac974a251b108a466aaf0f2e1e549dac1;p=thirdparty%2Fsuricata.git eve/schema: add top level ndpi object The format is left free-form, as its controled by a plugin. --- diff --git a/etc/schema.json b/etc/schema.json index 2f516f840d..54d90219ab 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1933,7 +1933,8 @@ "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": { @@ -7119,6 +7120,10 @@ } }, "additionalProperties": false + }, + "ndpi": { + "description": "nDPI plugin, contents provided by 3rd party library", + "type": "object" } }, "$defs": {