mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #14183 from Security-Onion-Solutions/cogburn/escalate-limit
New Limit on Bulk Creating Related Events
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user