From: Victor Julien Date: Mon, 24 Jul 2023 19:08:00 +0000 (+0200) Subject: eve/schema: add ips capture stats X-Git-Tag: suricata-7.0.1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=735c37c668c3e4b05504555c98ef62ca044e5835;p=thirdparty%2Fsuricata.git eve/schema: add ips capture stats --- diff --git a/etc/schema.json b/etc/schema.json index f1936fb195..b523837349 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -4013,6 +4013,24 @@ }, "additionalProperties": false }, + "ips": { + "type": "object", + "properties": { + "accepted": { + "type": "integer" + }, + "blocked": { + "type": "integer" + }, + "rejected": { + "type": "integer" + }, + "replaced": { + "type": "integer" + } + }, + "additionalProperties": false + }, "decoder": { "type": "object", "properties": {