Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Adds ML api size limitation #184

Merged
merged 1 commit into from
Jan 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/en/stack/ml/limitations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}.