diff --git a/docs/en/stack/ml/anomaly-detection/analyzing.asciidoc b/docs/en/stack/ml/anomaly-detection/analyzing.asciidoc index 51024a8bb..32ffc0c3f 100644 --- a/docs/en/stack/ml/anomaly-detection/analyzing.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/analyzing.asciidoc @@ -24,7 +24,7 @@ actual data values, the bounds for the expected values, and the anomalies that occur outside these bounds. [role="screenshot"] -image::images/ml-gs-job-analysis.jpg["Example screenshot from the Machine Learning Single Metric Viewer in Kibana"] +image::images/overview-smv.jpg["Example screenshot from the Machine Learning Single Metric Viewer in Kibana"] //For a more detailed walk-through of {ml-features}, see //<>. diff --git a/docs/en/stack/ml/anomaly-detection/forecasting.asciidoc b/docs/en/stack/ml/anomaly-detection/forecasting.asciidoc index 37e54371d..9bb4b006f 100644 --- a/docs/en/stack/ml/anomaly-detection/forecasting.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/forecasting.asciidoc @@ -19,7 +19,7 @@ that you created at different times. You can create a forecast by using the example: [role="screenshot"] -image::images/ml-gs-forecast.jpg["Example screenshot from the Machine Learning Single Metric Viewer in Kibana"] +image::images/overview-forecast.jpg["Example screenshot from the Machine Learning Single Metric Viewer in Kibana"] The yellow line in the chart represents the predicted data values. The shaded yellow area represents the bounds for the predicted values, which also diff --git a/docs/en/stack/ml/anomaly-detection/images/overview-forecast.jpg b/docs/en/stack/ml/anomaly-detection/images/overview-forecast.jpg new file mode 100644 index 000000000..aa891194e Binary files /dev/null and b/docs/en/stack/ml/anomaly-detection/images/overview-forecast.jpg differ diff --git a/docs/en/stack/ml/anomaly-detection/images/ml-gs-job-analysis.jpg b/docs/en/stack/ml/anomaly-detection/images/overview-smv.jpg similarity index 100% rename from docs/en/stack/ml/anomaly-detection/images/ml-gs-job-analysis.jpg rename to docs/en/stack/ml/anomaly-detection/images/overview-smv.jpg