From 3ba82bd5a47d3a71ca188db2b8e135698f33455e Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 27 Feb 2025 11:04:47 -0500 Subject: [PATCH] Fix actions --- salt/soc/soc_soc.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index 6b00d512b..d061dd65e 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -65,12 +65,19 @@ soc: syntax: json forcedType: "[]{}" uiElements: + - field: name + label: Name + required: True - field: description label: Description - field: icon label: Icon - field: links label: Links + multiline: True + required: True + - field: target + label: Target (_blank, _self, mynewtab) 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.