mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add hunt queries
This commit is contained in:
@@ -495,6 +495,18 @@ 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.
|
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: "[]{}"
|
||||||
|
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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user