]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: add ips capture stats
authorVictor Julien <vjulien@oisf.net>
Mon, 24 Jul 2023 19:08:00 +0000 (21:08 +0200)
committerVictor Julien <vjulien@oisf.net>
Tue, 25 Jul 2023 13:09:45 +0000 (15:09 +0200)
etc/schema.json

index f1936fb195be2096e3041e7eb408f7443364171f..b5238373493ba8960280f975d1f9bbda333eb60f 100644 (file)
                     },
                     "additionalProperties": false
                 },
+                "ips": {
+                    "type": "object",
+                    "properties": {
+                        "accepted": {
+                            "type": "integer"
+                        },
+                        "blocked": {
+                            "type": "integer"
+                        },
+                        "rejected": {
+                            "type": "integer"
+                        },
+                        "replaced": {
+                            "type": "integer"
+                        }
+                    },
+                    "additionalProperties": false
+                },
                 "decoder": {
                     "type": "object",
                     "properties": {