From 7c089b7c7d176ef642060027987ff1afe22f660f Mon Sep 17 00:00:00 2001 From: Andrei Banaru Date: Mon, 10 Nov 2025 11:41:53 +0100 Subject: [PATCH] fix: align alert.suppress value --- contentctl/output/templates/savedsearches_detections.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentctl/output/templates/savedsearches_detections.j2 b/contentctl/output/templates/savedsearches_detections.j2 index d1ef66b9..9f1e2375 100644 --- a/contentctl/output/templates/savedsearches_detections.j2 +++ b/contentctl/output/templates/savedsearches_detections.j2 @@ -79,7 +79,7 @@ quantity = 0 realtime_schedule = 0 is_visible = false {% if detection.tags.throttling %} -alert.suppress = true +alert.suppress = 1 alert.suppress.fields = {{ detection.tags.throttling.conf_formatted_fields() }} alert.suppress.period = {{ detection.tags.throttling.period }} {% endif %}