Merge pull request #14183 from Security-Onion-Solutions/cogburn/escalate-limit

New Limit on Bulk Creating Related Events
This commit is contained in:
coreyogburn
2025-02-04 15:24:53 -07:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -2147,6 +2147,7 @@ soc:
eventFetchLimit: 500 eventFetchLimit: 500
relativeTimeValue: 24 relativeTimeValue: 24
relativeTimeUnit: 30 relativeTimeUnit: 30
maxBulkEscalateEvents: 100
mostRecentlyUsedLimit: 5 mostRecentlyUsedLimit: 5
ackEnabled: true ackEnabled: true
escalateEnabled: true escalateEnabled: true

View File

@@ -496,7 +496,11 @@ soc:
global: True global: True
advanced: True advanced: True
forcedType: "[]{}" forcedType: "[]{}"
alerts: *appSettings alerts:
<<: *appSettings
maxBulkEscalateEvents:
description: Maximum number of events to escalate in a single bulk escalation. Large values may run into other limits.
global: True
cases: *appSettings cases: *appSettings
dashboards: *appSettings dashboards: *appSettings
detections: detections: