From 4d2474817046a55742eb870fb557696aad1e37f5 Mon Sep 17 00:00:00 2001 From: lcawley Date: Thu, 23 Nov 2017 15:53:21 -0800 Subject: [PATCH] [DOCS] Added requirement to forecast API Original commit: elastic/x-pack-elasticsearch@3f1360ca2b9c0fef3096e3e7427eb41d25ac4fd5 --- docs/en/rest-api/ml/forecast.asciidoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/en/rest-api/ml/forecast.asciidoc b/docs/en/rest-api/ml/forecast.asciidoc index 3ae58476375..26d29e2615f 100644 --- a/docs/en/rest-api/ml/forecast.asciidoc +++ b/docs/en/rest-api/ml/forecast.asciidoc @@ -24,8 +24,13 @@ Each time you call the API, it generates a new forecast and returns a unique ID. Existing forecasts for the same job are not overwritten. You can use the forecast ID to distinguish between forecasts that you generated at different times. -NOTE: If you use an `over_field_name` property in your job, you cannot create a +[NOTE] +=============================== + +* If you use an `over_field_name` property in your job, you cannot create a forecast. For more information about this property, see <>. +* The job must be open when you create a forecast. Otherwise, an error occurs. +=============================== ==== Path Parameters