Merge pull request #7920 from Security-Onion-Solutions/kilo

Disable MRU queries on dashboards
This commit is contained in:
Jason Ertel
2022-05-09 15:08:55 -04:00
committed by GitHub

View File

@@ -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' }},