From ec33520dbe0fc50bd2a94267f70f2e3ee655d7c5 Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Wed, 13 May 2026 12:30:19 -0300 Subject: [PATCH] schema: expand stats.ips.replaced explanation As this is a less obvious counter. --- etc/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/schema.json b/etc/schema.json index 274eb8c099..52c6b6410d 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -8059,7 +8059,7 @@ }, "replaced": { "type": "integer", - "description": "Number of replaced packets" + "description": "Number of packets replaced by the stream engine or based on a match of the 'replaced' keyword." } } },