mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #7920 from Security-Onion-Solutions/kilo
Disable MRU queries on dashboards
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
"eventFetchLimit": 100,
|
||||
"relativeTimeValue": 24,
|
||||
"relativeTimeUnit": 30,
|
||||
"mostRecentlyUsedLimit": 5,
|
||||
"mostRecentlyUsedLimit": 0,
|
||||
"ackEnabled": false,
|
||||
"escalateEnabled": true,
|
||||
"escalateRelatedEventsEnabled": {{ 'true' if CASE_MODULE == 'soc' else 'false' }},
|
||||
|
||||
Reference in New Issue
Block a user