From 2e54dacfa8d0fc983af90037b83536fd93ac7d7c Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Mon, 30 Jul 2018 08:04:09 -0700 Subject: [PATCH] [ML] Updates URLs in job validation messages (#21361) --- .../ml/server/models/job_validation/messages.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/x-pack/plugins/ml/server/models/job_validation/messages.json b/x-pack/plugins/ml/server/models/job_validation/messages.json index 044ee167abc7..fd150bece445 100644 --- a/x-pack/plugins/ml/server/models/job_validation/messages.json +++ b/x-pack/plugins/ml/server/models/job_validation/messages.json @@ -75,23 +75,23 @@ "detectors_duplicates": { "status": "ERROR", "text": "Duplicate detectors were found. Detectors having the same combined configuration for 'function', 'field_name', 'by_field_name', 'over_field_name' and 'partition_field_name' are not allowed within the same job.", - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/{{version}}/ml-job-resource.html#ml-detectorconfig" + "url": "https://www.elastic.co/guide/en/kibana/{{version}}/job-tips.html#detectors" }, "detectors_empty": { "status": "ERROR", "text": "No detectors were found. At least one detector must be specified.", - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/{{version}}/ml-job-resource.html#ml-detectorconfig" + "url": "https://www.elastic.co/guide/en/kibana/{{version}}/job-tips.html#detectors" }, "detectors_function_empty": { "status": "ERROR", "text": "One of the detector functions is empty.", - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/{{version}}/ml-job-resource.html#ml-detectorconfig" + "url": "https://www.elastic.co/guide/en/kibana/{{version}}/job-tips.html#detectors" }, "detectors_function_not_empty": { "status": "SUCCESS", "heading": "Dectector functions", "text": "Presence of detector functions validated in all detectors.", - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/{{version}}/ml-job-resource.html#ml-detectorconfig" + "url": "https://www.elastic.co/guide/en/kibana/{{version}}/job-tips.html#detectors" }, "index_fields_invalid": { "status": "ERROR", @@ -189,7 +189,7 @@ "status": "SUCCESS", "heading": "Model memory limit", "text": "Valid and within the estimated model memory limit.", - "url": "https://www.elastic.co/guide/en/elastic-stack-overview/{{version}}/ml-gs-job1-manage.html" + "url": "https://www.elastic.co/guide/en/kibana/{{version}}/job-tips.html#model-memory-limits" }, "success_time_range": { "status": "SUCCESS",