From 31c04aabddc2c0c79189cf2bf5f21ffe7263f396 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Mon, 9 May 2022 15:06:43 -0400 Subject: [PATCH] Disable MRU queries on dashboards --- salt/soc/files/soc/soc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/soc/files/soc/soc.json b/salt/soc/files/soc/soc.json index bb0402f48..e6ee71b51 100644 --- a/salt/soc/files/soc/soc.json +++ b/salt/soc/files/soc/soc.json @@ -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' }},