From bad0031829714e79e571145b9dd735dcfa6e2f38 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 6 Mar 2025 20:58:23 -0500 Subject: [PATCH 1/2] Update soc_soc.yaml --- salt/soc/soc_soc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index 8e6ba42a8..64248f639 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -60,7 +60,7 @@ soc: - warn - error 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 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 forcedType: "[]{}" syntax: json @@ -517,7 +517,7 @@ soc: description: Number of items to show in the most recently used queries list. Larger values cause default queries to be located further down the list. global: True 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. global: True forcedType: "[]{}" syntax: json From 14e95f4898ecca5c5c8c404d3b85d9cf109b763f Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 6 Mar 2025 21:01:45 -0500 Subject: [PATCH 2/2] Update soc_soc.yaml --- salt/soc/soc_soc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index 64248f639..da6d708e7 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -71,7 +71,7 @@ soc: - field: description label: Description - field: icon - label: Icon + label: Icon Example: fa-shuttle-space - field: links label: Links required: True