From cc2f2de5b5f235c5c32c7e7babdfc4d8f99bc94d Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 1 Oct 2020 15:23:07 -0400 Subject: [PATCH] soc.json stuff --- salt/soc/files/soc/soc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/soc/files/soc/soc.json b/salt/soc/files/soc/soc.json index 51f1f49a1..39e8813b9 100644 --- a/salt/soc/files/soc/soc.json +++ b/salt/soc/files/soc/soc.json @@ -180,7 +180,7 @@ { "name": "acknowledged", "filter": "event.acknowledged:true", "enabled": false, "exclusive": true }, { "name": "escalated", "filter": "event.escalated:true", "enabled": false, "exclusive": true } ], - "queries": {{ alert_queries.soc.alerts.queries | json }} + "queries": {{ alerts_queries.soc.alerts.queries | json }} , "actions": [ { "name": "", "description": "actionHuntHelp", "icon": "fa-crosshairs", "link": "/#/hunt?q=\"{value}\" | groupby event.module event.dataset", "target": "_blank" },