eve/schema: add top level ndpi object

The format is left free-form, as its controled by a plugin.
pull/12875/head
Jason Ish 8 months ago committed by Victor Julien
parent 078b7a4251
commit 9c522a0ac9

@ -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": {

Loading…
Cancel
Save