Merge pull request #13826 from Security-Onion-Solutions/cogburn/ai-switch-flip

Changes to allow reviews to start showing
This commit is contained in:
coreyogburn
2024-10-15 16:03:18 -06:00
committed by GitHub
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.