mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
New Limit on Bulk Creating Related Events
Used by the UI and API to hint at a user that not every event will be attached to a case. Supports values up to 10,000 (the default limit on the number of documents returned by a single ES search).
This commit is contained in:
@@ -2147,6 +2147,7 @@ soc:
|
||||
eventFetchLimit: 500
|
||||
relativeTimeValue: 24
|
||||
relativeTimeUnit: 30
|
||||
maxBulkEscalateEvents: 100
|
||||
mostRecentlyUsedLimit: 5
|
||||
ackEnabled: true
|
||||
escalateEnabled: true
|
||||
|
||||
@@ -496,7 +496,11 @@ soc:
|
||||
global: True
|
||||
advanced: True
|
||||
forcedType: "[]{}"
|
||||
alerts: *appSettings
|
||||
alerts:
|
||||
<<: *appSettings
|
||||
maxBulkEscalateEvents:
|
||||
description: Maximum number of events to escalate in a single bulk escalation.
|
||||
global: True
|
||||
cases: *appSettings
|
||||
dashboards: *appSettings
|
||||
detections:
|
||||
|
||||
Reference in New Issue
Block a user