From e3b7f67d99b6914fe312dd7842ff388063aa8462 Mon Sep 17 00:00:00 2001 From: lcawl Date: Thu, 17 Jan 2019 09:12:12 -0800 Subject: [PATCH] [DOCS] Adds size limitation to the get datafeeds APIs --- docs/reference/ml/apis/get-datafeed-stats.asciidoc | 1 + docs/reference/ml/apis/get-datafeed.asciidoc | 2 ++ docs/reference/ml/apis/get-job-stats.asciidoc | 2 ++ 3 files changed, 5 insertions(+) diff --git a/docs/reference/ml/apis/get-datafeed-stats.asciidoc b/docs/reference/ml/apis/get-datafeed-stats.asciidoc index e43a2f454ca5e..34c27d3dae962 100644 --- a/docs/reference/ml/apis/get-datafeed-stats.asciidoc +++ b/docs/reference/ml/apis/get-datafeed-stats.asciidoc @@ -32,6 +32,7 @@ statistics for all {dfeeds} by using `_all`, by specifying `*` as the If the {dfeed} is stopped, the only information you receive is the `datafeed_id` and the `state`. +IMPORTANT: This API returns a maximum of 10,000 {dfeeds}. ==== Path Parameters diff --git a/docs/reference/ml/apis/get-datafeed.asciidoc b/docs/reference/ml/apis/get-datafeed.asciidoc index b54eb59bb7a52..402838742dfa6 100644 --- a/docs/reference/ml/apis/get-datafeed.asciidoc +++ b/docs/reference/ml/apis/get-datafeed.asciidoc @@ -27,6 +27,8 @@ comma-separated list of {dfeeds} or a wildcard expression. You can get information for all {dfeeds} by using `_all`, by specifying `*` as the ``, or by omitting the ``. +IMPORTANT: This API returns a maximum of 10,000 {dfeeds}. + ==== Path Parameters `feed_id`:: diff --git a/docs/reference/ml/apis/get-job-stats.asciidoc b/docs/reference/ml/apis/get-job-stats.asciidoc index 7cc6d18b86a13..b674b01802bee 100644 --- a/docs/reference/ml/apis/get-job-stats.asciidoc +++ b/docs/reference/ml/apis/get-job-stats.asciidoc @@ -29,6 +29,8 @@ group name, a comma-separated list of jobs, or a wildcard expression. You can get statistics for all jobs by using `_all`, by specifying `*` as the ``, or by omitting the ``. +IMPORTANT: This API returns a maximum of 10,000 jobs. + ==== Path Parameters