From: Shivani Bhardwaj Date: Mon, 5 Feb 2024 10:49:24 +0000 (+0530) Subject: eve/stats: add description for common fields X-Git-Tag: suricata-8.0.0-beta1~1744 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a1a32ba5b6f90e38dba382cf371bccd9ca645be;p=thirdparty%2Fsuricata.git eve/stats: add description for common fields Ticket 6434 --- diff --git a/etc/schema.json b/etc/schema.json index b06dbd4b29..5832a61cc3 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -3669,12 +3669,15 @@ "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": {