mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add additional entries for actions
This commit is contained in:
@@ -60,7 +60,7 @@ soc:
|
|||||||
- warn
|
- warn
|
||||||
- error
|
- error
|
||||||
actions:
|
actions:
|
||||||
description: A list of actions a user can take from the SOC UI against a hunt, alert, and other records.
|
description: A list of actions a user can take from the SOC UI against a hunt, alert, and other records. JavaScript Function or Links must be specified.
|
||||||
global: True
|
global: True
|
||||||
syntax: json
|
syntax: json
|
||||||
forcedType: "[]{}"
|
forcedType: "[]{}"
|
||||||
@@ -75,9 +75,13 @@ soc:
|
|||||||
- field: links
|
- field: links
|
||||||
label: Links
|
label: Links
|
||||||
multiline: True
|
multiline: True
|
||||||
required: True
|
- field: jsCall
|
||||||
|
label: JavaScript Function
|
||||||
- field: target
|
- field: target
|
||||||
label: Target (_blank, _self, mynewtab)
|
label: Target (_blank, _self, mynewtab)
|
||||||
|
- field: categories
|
||||||
|
label: Categories
|
||||||
|
multiline: True
|
||||||
eventFields:
|
eventFields:
|
||||||
default: &eventFields
|
default: &eventFields
|
||||||
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'. The 'default' entry is used for all events that do not match an existing mapping defined in the list to the left.
|
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'. The 'default' entry is used for all events that do not match an existing mapping defined in the list to the left.
|
||||||
|
|||||||
Reference in New Issue
Block a user