From 45257d3069feb2cb75e16a9dbfb8360a280ee43a Mon Sep 17 00:00:00 2001 From: FrankHassanabad Date: Tue, 30 Jul 2019 13:56:24 -0600 Subject: [PATCH] Changed the job to work with a dedicated index --- x-pack/legacy/plugins/siem/public/components/ml_popover/api.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/siem/public/components/ml_popover/api.tsx b/x-pack/legacy/plugins/siem/public/components/ml_popover/api.tsx index 6f51ff301fe51..085d44b190695 100644 --- a/x-pack/legacy/plugins/siem/public/components/ml_popover/api.tsx +++ b/x-pack/legacy/plugins/siem/public/components/ml_popover/api.tsx @@ -63,7 +63,7 @@ export const setupMlJob = async ({ groups, indexPatternName, startDatafeed: false, - useDedicatedIndex: false, + useDedicatedIndex: true, }), headers: { 'kbn-system-api': 'true',