]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/stats: add description for common fields
authorShivani Bhardwaj <shivani@oisf.net>
Mon, 5 Feb 2024 10:49:24 +0000 (16:19 +0530)
committerVictor Julien <victor@inliniac.net>
Thu, 15 Feb 2024 18:27:48 +0000 (19:27 +0100)
Ticket 6434

etc/schema.json

index b06dbd4b29fe5e34e7eb6fef35e6f1309057f469..5832a61cc36db65b606f18037476e29d237cf3f7 100644 (file)
             "optional": true,
             "properties": {
                 "uptime": {
+                    "description": "Suricata engine's uptime",
                     "type": "integer"
                 },
                 "memcap_pressure": {
+                    "description": "Percentage of memcaps used by flow, stream, stream-reassembly and app-layer-http",
                     "type": "integer"
                 },
                 "memcap_pressure_max": {
+                    "description": "Maximum memcap_pressure seen by the engine",
                     "type": "integer"
                 },
                 "app_layer": {