mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-26 22:47:49 +02: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
|
||||
|
||||
Reference in New Issue
Block a user