From 1fdbe987b8371a040067a2a565fa30cae4354ff0 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 27 Feb 2025 12:15:37 -0500 Subject: [PATCH] Add hunt queries --- salt/soc/soc_soc.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index 87d3c0ab5..7566d99af 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -494,7 +494,7 @@ soc: queries: description: List of default queries to show in the query list. Each query is represented in JSON object notation, and must include the "name" key and "query" key. global: True - forcedType: "[]{}" + forcedType: json uiElements: - field: name label: Name @@ -506,6 +506,7 @@ soc: required: True - field: showSubtitle label: Show Query in Dropdown. Must be true or false + regex: ^(true|false)$ queryToggleFilters: description: Customize togglable query filters that apply to all queries. Exclusive toggles will invert the filter if toggled off rather than omitting the filter from the query. global: True