From 27bd06ec28f901e188fc066871b4a20faa001c3f Mon Sep 17 00:00:00 2001 From: James Gowdy Date: Wed, 25 Mar 2020 19:06:01 +0000 Subject: [PATCH] [ML] Removing assignment_explanation from cloned datafeed (#61224) (#61310) --- x-pack/plugins/ml/public/application/services/job_service.js | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/ml/public/application/services/job_service.js b/x-pack/plugins/ml/public/application/services/job_service.js index e087740ec0e997..a84400f236134a 100644 --- a/x-pack/plugins/ml/public/application/services/job_service.js +++ b/x-pack/plugins/ml/public/application/services/job_service.js @@ -383,6 +383,7 @@ class JobService { delete tempJob.datafeed_config.state; delete tempJob.datafeed_config.node; delete tempJob.datafeed_config.timing_stats; + delete tempJob.datafeed_config.assignment_explanation; // remove query_delay if it's between 60s and 120s // the back-end produces a random value between 60 and 120 and so