From 5a1a32ba5b6f90e38dba382cf371bccd9ca645be Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Mon, 5 Feb 2024 16:19:24 +0530 Subject: [PATCH] eve/stats: add description for common fields Ticket 6434 --- etc/schema.json | 3 +++ 1 file changed, 3 insertions(+) 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": { -- 2.47.2