From: Jeff Lucovsky Date: Wed, 26 Jul 2023 12:33:04 +0000 (-0400) Subject: schema: Add memcap pressure values X-Git-Tag: suricata-7.0.1~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=424f12d1b3b45f17046b9a5563c948c06d22602d;p=thirdparty%2Fsuricata.git schema: Add memcap pressure values Issue: 6094 This commit extends the EVE schema with memcap_pressure values; these are included in the stat event type records. --- diff --git a/etc/schema.json b/etc/schema.json index 9c9559c5eb..1e945a2768 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -3679,6 +3679,12 @@ "uptime": { "type": "integer" }, + "memcap_pressure": { + "type": "integer" + }, + "memcap_pressure_max": { + "type": "integer" + }, "app_layer": { "type": "object", "properties": {