Changes to allow reviews to start showing

This commit is contained in:
Corey Ogburn
2024-08-08 12:03:54 -06:00
parent 7a1edb3833
commit d2bd9c0e26
2 changed files with 4 additions and 0 deletions

View File

@@ -2264,6 +2264,7 @@ soc:
query: "_exists_:so_detection.overrides | groupby so_detection.language | groupby so_detection.ruleset so_detection.isEnabled" query: "_exists_:so_detection.overrides | groupby so_detection.language | groupby so_detection.ruleset so_detection.isEnabled"
description: Show Detections that have Overrides description: Show Detections that have Overrides
detection: detection:
showUnreviewedAiSummaries: false
presets: presets:
severity: severity:
customEnabled: false customEnabled: false

View File

@@ -463,6 +463,9 @@ soc:
dashboards: *appSettings dashboards: *appSettings
detections: *appSettings detections: *appSettings
detection: detection:
showUnreviewedAiSummaries:
description: Show AI summaries in detections even if they have not yet been reviewed by a human.
global: True
templateDetections: templateDetections:
suricata: suricata:
description: The template used when creating a new Suricata detection. [publicId] will be replaced with an unused Public Id. description: The template used when creating a new Suricata detection. [publicId] will be replaced with an unused Public Id.