Add hunt queries

This commit is contained in:
Mike Reeves
2025-02-27 12:15:37 -05:00
parent 40303c2d78
commit 1fdbe987b8

View File

@@ -494,7 +494,7 @@ soc:
queries: 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. 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 global: True
forcedType: "[]{}" forcedType: json
uiElements: uiElements:
- field: name - field: name
label: Name label: Name
@@ -506,6 +506,7 @@ soc:
required: True required: True
- field: showSubtitle - field: showSubtitle
label: Show Query in Dropdown. Must be true or false label: Show Query in Dropdown. Must be true or false
regex: ^(true|false)$
queryToggleFilters: 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. 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 global: True