From 58d6c79c0019dee29d45901cb08e228eb647459e Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Fri, 9 Mar 2018 09:22:12 -0800 Subject: [PATCH] [DOCS] Added ML limitation (elastic/x-pack-elasticsearch#4081) Original commit: elastic/x-pack-elasticsearch@378bf49b1de387e58c4e6b02d42b9a59b8e97cd2 --- docs/en/ml/limitations.asciidoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/en/ml/limitations.asciidoc b/docs/en/ml/limitations.asciidoc index 154815b1bca..1efe6b19027 100644 --- a/docs/en/ml/limitations.asciidoc +++ b/docs/en/ml/limitations.asciidoc @@ -55,6 +55,15 @@ If you do not specify an end date when you start a {dfeed}, the job remains open when you stop the {dfeed}. This behavior avoids the overhead of closing and re-opening large jobs when there are pauses in the {dfeed}. +[float] +=== Jobs created in {kib} must use {dfeeds} + +If you create jobs in {kib}, you must use {dfeeds}. If the data that you want to +analyze is not stored in {es}, you cannot use {dfeeds} and therefore you cannot +create your jobs in {kib}. You can, however, use the {ml} APIs to create jobs +and to send batches of data directly to the jobs. For more information, see +<> and <>. + [float] === Post data API requires JSON format