From 1d10bb3b068b9d5bc6da6d559ea31596d29fbb64 Mon Sep 17 00:00:00 2001 From: lcawl Date: Thu, 17 Jan 2019 10:00:47 -0800 Subject: [PATCH] [DOCS] Adds ML api size limitation --- docs/en/stack/ml/limitations.asciidoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/en/stack/ml/limitations.asciidoc b/docs/en/stack/ml/limitations.asciidoc index e9874b206..e0c4e848f 100644 --- a/docs/en/stack/ml/limitations.asciidoc +++ b/docs/en/stack/ml/limitations.asciidoc @@ -236,5 +236,14 @@ generated. These objects belong to the space that was active when you created the job. If you change your active space, custom URLs from the {ml} results to the dashboards or visualizations might fail. - +[float] +[[ml-result-size-limitations]] +=== Job and {dfeed} APIs have a maximum search size +//https://github.com/elastic/elasticsearch/issues/34864 + +In 6.6 and later releases, the {ref}/ml-get-job.html[get jobs API] and the +{ref}/ml-get-job-stats.html[get job statistics API] return a maximum of 10,000 +jobs. Likewise, the {ref}/ml-get-datafeed.html[get {dfeeds} API] and the +{ref}/ml-get-datafeed-stats.html[get {dfeed} statistics API] return a maximum of +10,000 {dfeeds}. \ No newline at end of file