]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
schema: Add memcap pressure values
authorJeff Lucovsky <jlucovsky@oisf.net>
Wed, 26 Jul 2023 12:33:04 +0000 (08:33 -0400)
committerVictor Julien <vjulien@oisf.net>
Thu, 27 Jul 2023 07:21:30 +0000 (09:21 +0200)
Issue: 6094

This commit extends the EVE schema with memcap_pressure values; these
are included in the stat event type records.

etc/schema.json

index 9c9559c5ebc664ff638585e84b8c452bffffd42d..1e945a276820823b0c2e8412366087ec1e80b58c 100644 (file)
                 "uptime": {
                     "type": "integer"
                 },
+                "memcap_pressure": {
+                    "type": "integer"
+                },
+                "memcap_pressure_max": {
+                    "type": "integer"
+                },
                 "app_layer": {
                     "type": "object",
                     "properties": {