diff options
Diffstat (limited to 'schema')
-rw-r--r-- | schema/flow_event_schema.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json index 1395b6260..01cc9d9ef 100644 --- a/schema/flow_event_schema.json +++ b/schema/flow_event_schema.json @@ -230,6 +230,12 @@ "proto_id": { "type": "string" }, + "proto_by_ip": { + "type": "string" + }, + "proto_by_ip_id": { + "type": "number" + }, "category": { "type": "string" }, @@ -282,6 +288,9 @@ "hostname": { "type": "string" }, + "collectd": { + "type": "object" + }, "dhcp": { "type": "object" }, @@ -294,6 +303,9 @@ "mdns": { "type": "object" }, + "natpmp": { + "type": "object" + }, "ntp": { "type": "object" }, @@ -330,6 +342,9 @@ "ftp": { "type": "object" }, + "snmp": { + "type": "object" + }, "ssh": { "type": "object" }, @@ -338,6 +353,15 @@ }, "softether": { "type": "object" + }, + "tftp": { + "type": "object" + }, + "tivoconnect": { + "type": "object" + }, + "rsh": { + "type": "object" } }, "additionalProperties": false |