From 4696152f7860212f358a7e3fa95dea100ae0836a Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 27 Feb 2025 12:31:51 -0500 Subject: [PATCH] Add hunt queries --- salt/soc/soc_soc.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index b4f724b38..d7fcd9644 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -495,19 +495,6 @@ soc: 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: "[]{}" - syntax: json - uiElements: - - field: name - label: Name - required: True - - field: description - label: Description - - field: query - label: Query - 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