]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: update following flow changes
authorEric Leblond <el@stamus-networks.com>
Sun, 25 Sep 2022 17:56:47 +0000 (19:56 +0200)
committerVictor Julien <vjulien@oisf.net>
Mon, 3 Oct 2022 09:03:09 +0000 (11:03 +0200)
etc/schema.json

index b974cfbdc15b4657735272bfec0a02e2132dae0d..2161f8b82fd2ce3e5bbb0f609df9a4a922b47a3c 100644 (file)
             "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
                 "bytes_toserver": {
                     "type": "integer"
                 },
+                "dest_ip": {
+                    "type": "string"
+                },
+                "dest_port": {
+                    "type": "integer"
+                },
                 "end": {
                     "type": "string"
                 },
                 "reason": {
                     "type": "string"
                 },
+                "src_ip": {
+                    "type": "string"
+                },
+                "src_port": {
+                    "type": "integer"
+                },
                 "start": {
                     "type": "string"
                 },
                 "syn": {
                     "type": "boolean"
                 },
+                "tc_gap": {
+                    "type": "boolean"
+                },
                 "tcp_flags": {
                     "type": "string"
                 },
                 "tcp_flags_ts": {
                     "type": "string"
                 },
+                "ts_gap": {
+                    "type": "boolean"
+                },
                 "urg": {
                     "type": "boolean"
                 }