aboutsummaryrefslogtreecommitdiff
path: root/schema/packet_event_schema.json
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-03-13 02:28:10 +0100
committerToni Uhlig <matzeton@googlemail.com>2022-03-13 02:28:10 +0100
commited1647b9446f84d81d41e8e28ccf063eff97b2f7 (patch)
tree7f22929aca611955ea129dc0afee839bb63872bf /schema/packet_event_schema.json
parentdd35d9da3fd43f1091b8ec496ec25d72e54d8e22 (diff)
Disconnect nDPIsrvd clients immediately instead waiting for a failed write().
* nDPIsrvd: Collector/Distributor logging improved * nDPIsrvd: Command line option for max remote descriptors * nDPId: Stop spamming nDPIsrvd Collector with the same events over and over again * nDPId: Refactored some variable names and events Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema/packet_event_schema.json')
-rw-r--r--schema/packet_event_schema.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/schema/packet_event_schema.json b/schema/packet_event_schema.json
index d5b85f9e4..3ad88f79f 100644
--- a/schema/packet_event_schema.json
+++ b/schema/packet_event_schema.json
@@ -3,7 +3,6 @@
"required": [
"alias",
"source",
- "thread_id",
"packet_id",
"packet_event_id",
"packet_event_name",
@@ -25,7 +24,10 @@
"properties": { "packet_event_name": { "enum": ["packet-flow"] } }
},
"then": {
- "required": [ "flow_id", "flow_packet_id", "flow_last_seen", "flow_idle_time" ]
+ "required": [ "thread_id", "flow_id", "flow_packet_id", "flow_last_seen", "flow_idle_time" ]
+ },
+ "else": {
+ "not": { "required": [ "thread_id", "flow_id", "flow_packet_id", "flow_last_seen", "flow_idle_time" ] }
},
"properties": {