From d2bd9c0e26c23b1140a9ae11a0aa12c12e26a1e8 Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Thu, 8 Aug 2024 12:03:54 -0600 Subject: [PATCH] Changes to allow reviews to start showing --- salt/soc/defaults.yaml | 1 + salt/soc/soc_soc.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/salt/soc/defaults.yaml b/salt/soc/defaults.yaml index 2d2a26c9a..00c45e5c5 100644 --- a/salt/soc/defaults.yaml +++ b/salt/soc/defaults.yaml @@ -2264,6 +2264,7 @@ soc: query: "_exists_:so_detection.overrides | groupby so_detection.language | groupby so_detection.ruleset so_detection.isEnabled" description: Show Detections that have Overrides detection: + showUnreviewedAiSummaries: false presets: severity: customEnabled: false diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index 8087fe2c3..af4668fc2 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -463,6 +463,9 @@ soc: dashboards: *appSettings detections: *appSettings detection: + showUnreviewedAiSummaries: + description: Show AI summaries in detections even if they have not yet been reviewed by a human. + global: True templateDetections: suricata: description: The template used when creating a new Suricata detection. [publicId] will be replaced with an unused Public Id.