From 27cdfec28af72f0fdb9f5280231b3cac8dd066e6 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sun, 25 Sep 2022 19:56:47 +0200 Subject: [PATCH] eve/schema: update following flow changes --- etc/schema.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/etc/schema.json b/etc/schema.json index b974cfbdc1..2161f8b82f 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -100,6 +100,10 @@ "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d+[+\\-]\\d+$", "optional": false }, + "direction": { + "type": "string", + "optional": true + }, "tx_id": { "type": "integer", "optional": true @@ -1324,6 +1328,12 @@ "bytes_toserver": { "type": "integer" }, + "dest_ip": { + "type": "string" + }, + "dest_port": { + "type": "integer" + }, "end": { "type": "string" }, @@ -1336,6 +1346,12 @@ "reason": { "type": "string" }, + "src_ip": { + "type": "string" + }, + "src_port": { + "type": "integer" + }, "start": { "type": "string" }, @@ -5043,6 +5059,9 @@ "syn": { "type": "boolean" }, + "tc_gap": { + "type": "boolean" + }, "tcp_flags": { "type": "string" }, @@ -5052,6 +5071,9 @@ "tcp_flags_ts": { "type": "string" }, + "ts_gap": { + "type": "boolean" + }, "urg": { "type": "boolean" } -- 2.47.2