From 71da27dc8ef8335dff34db21a4c6de496e0e55f2 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Mon, 20 Apr 2026 17:02:25 -0400 Subject: [PATCH] fix template annotation --- salt/soc/soc_soc.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index d4e908637..bd3ed9095 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -890,12 +890,16 @@ soc: suricata: description: The template used when creating a new Suricata detection. [publicId] will be replaced with an unused Public Id. multiline: True + forcedType: string strelka: description: The template used when creating a new Strelka detection. multiline: True + forcedType: string elastalert: description: The template used when creating a new ElastAlert detection. [publicId] will be replaced with an unused Public Id. multiline: True + forcedType: string + grid: maxUploadSize: description: The maximum number of bytes for an uploaded PCAP import file.