diff --git a/docs/en/ml/getting-started-multi.asciidoc b/docs/en/ml/getting-started-multi.asciidoc index 85b6a4b9794..804abacc605 100644 --- a/docs/en/ml/getting-started-multi.asciidoc +++ b/docs/en/ml/getting-started-multi.asciidoc @@ -76,7 +76,7 @@ wizard in {kib}, you can accomplish this split by using the -- -.. For the **Key Fields**, select `host`. Note that the `service` field +.. For the **Key Fields (Influencers)**, select `host`. Note that the `service` field is also automatically selected because you used it to split the data. These key fields are also known as _influencers_. When you identify a field as an influencer, you are indicating that you think @@ -108,21 +108,22 @@ overwhelming and there is a small overhead to the analysis. . Click **Use full server-metrics* data**. Two graphs are generated for each `service` value, which represent the high mean `response` values and -sum `total` values over time. -//TBD What is the use of the document count table? +sum `total` values over time. For example: ++ +-- +[role="screenshot"] +image::images/ml-gs-job2-split.jpg["Kibana charts for data split by service"] +-- . Provide a name for the job, for example `response_requests_by_app`. The job name must be unique in your cluster. You can also optionally provide a description of the job. -. Click **Create Job**. As the job is created, the graphs are updated to give a -visual representation of the progress of {ml} as the data is processed. For -example: -+ --- -[role="screenshot"] -image::images/ml-gs-job2-results.jpg["Job results updating as data is processed"] --- +. Click **Create Job**. + +When the job is created, you can choose to view the results, continue the job in +real-time, and create a watch. In this tutorial, we will proceed to view the +results. TIP: The `create_multi_metic.sh` script creates a similar job and {dfeed} by using the {ml} APIs. You can download that script by clicking diff --git a/docs/en/ml/images/ml-gs-job2-explorer-anomaly.jpg b/docs/en/ml/images/ml-gs-job2-explorer-anomaly.jpg index 9b042b96c6b..f7579dd338f 100644 Binary files a/docs/en/ml/images/ml-gs-job2-explorer-anomaly.jpg and b/docs/en/ml/images/ml-gs-job2-explorer-anomaly.jpg differ diff --git a/docs/en/ml/images/ml-gs-job2-explorer-host.jpg b/docs/en/ml/images/ml-gs-job2-explorer-host.jpg index de9df812d37..cfe3f4fba6d 100644 Binary files a/docs/en/ml/images/ml-gs-job2-explorer-host.jpg and b/docs/en/ml/images/ml-gs-job2-explorer-host.jpg differ diff --git a/docs/en/ml/images/ml-gs-job2-explorer-table.jpg b/docs/en/ml/images/ml-gs-job2-explorer-table.jpg index 121c10b44b9..cb3b8205bc8 100644 Binary files a/docs/en/ml/images/ml-gs-job2-explorer-table.jpg and b/docs/en/ml/images/ml-gs-job2-explorer-table.jpg differ diff --git a/docs/en/ml/images/ml-gs-job2-explorer.jpg b/docs/en/ml/images/ml-gs-job2-explorer.jpg index a94cbb0f646..20809aa3d1b 100644 Binary files a/docs/en/ml/images/ml-gs-job2-explorer.jpg and b/docs/en/ml/images/ml-gs-job2-explorer.jpg differ diff --git a/docs/en/ml/images/ml-gs-job2-results.jpg b/docs/en/ml/images/ml-gs-job2-results.jpg deleted file mode 100644 index c68e3c125ae..00000000000 Binary files a/docs/en/ml/images/ml-gs-job2-results.jpg and /dev/null differ diff --git a/docs/en/ml/images/ml-gs-job2-split.jpg b/docs/en/ml/images/ml-gs-job2-split.jpg new file mode 100644 index 00000000000..4e07b865532 Binary files /dev/null and b/docs/en/ml/images/ml-gs-job2-split.jpg differ diff --git a/docs/en/ml/images/ml-gs-multi-job.jpg b/docs/en/ml/images/ml-gs-multi-job.jpg index 57c8094ba8e..03bb6ae1196 100644 Binary files a/docs/en/ml/images/ml-gs-multi-job.jpg and b/docs/en/ml/images/ml-gs-multi-job.jpg differ