mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #11023 from Security-Onion-Solutions/jertel/fixann
add missing annotations to avoid soc crash
This commit is contained in:
@@ -45,9 +45,10 @@ soc:
|
|||||||
actions:
|
actions:
|
||||||
description: A list of actions a user can take from the SOC UI against a hunt, alert, and other records. The action must be defined in JSON object format, and contain a "name" key and "links" key. The links is a list of URLs, where the most suitable URL in the list will be the selected URL when the user clicks the action.
|
description: A list of actions a user can take from the SOC UI against a hunt, alert, and other records. The action must be defined in JSON object format, and contain a "name" key and "links" key. The links is a list of URLs, where the most suitable URL in the list will be the selected URL when the user clicks the action.
|
||||||
global: True
|
global: True
|
||||||
|
forcedType: "[]{}"
|
||||||
eventFields:
|
eventFields:
|
||||||
default:
|
default:
|
||||||
description: The list of fields to show as columns in the Hunt/Dashboards event table, when no other specific mapping applies. Mappings are defined by the format ":event.module:event.dataset".
|
description: Event fields mappings are defined by the format ":event.module:event.dataset". For example, to customize which fields show for 'syslog' events originating from 'zeek', find the eventField item in the left panel that looks like ':zeek:syslog'. This 'default' entry is used for all events that do not match an existing mapping defined in the list to the left.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
server:
|
server:
|
||||||
@@ -139,6 +140,7 @@ soc:
|
|||||||
description: List of available external tools visible in the SOC UI. Each tool is defined in JSON object notation, and must include the "name" key and "link" key, where the link is the tool's URL.
|
description: List of available external tools visible in the SOC UI. Each tool is defined in JSON object notation, and must include the "name" key and "link" key, where the link is the tool's URL.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
|
forcedType: "[]{}"
|
||||||
hunt: &appSettings
|
hunt: &appSettings
|
||||||
groupItemsPerPage:
|
groupItemsPerPage:
|
||||||
description: Default number of aggregations to show per page. Larger values consume more vertical area in the SOC UI.
|
description: Default number of aggregations to show per page. Larger values consume more vertical area in the SOC UI.
|
||||||
@@ -164,6 +166,12 @@ 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: "[]{}"
|
||||||
|
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
|
||||||
|
advanced: True
|
||||||
|
forcedType: "[]{}"
|
||||||
alerts: *appSettings
|
alerts: *appSettings
|
||||||
cases: *appSettings
|
cases: *appSettings
|
||||||
dashboards: *appSettings
|
dashboards: *appSettings
|
||||||
|
|||||||
Reference in New Issue
Block a user