[DOCS] Adds scroll_size maximum value to datafeeds API docs (#64986) (#65003)

This commit is contained in:
István Zoltán Szabó 2020-11-12 18:10:24 +01:00 committed by GitHub
parent b888f36388
commit d9970fa764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1272,7 +1272,9 @@ and <<script-fields,Script fields>>.
end::script-fields[] end::script-fields[]
tag::scroll-size[] tag::scroll-size[]
The `size` parameter that is used in {es} searches. The default value is `1000`. The `size` parameter that is used in {es} searches when the {dfeed} does not use
aggregations. The default value is `1000`. The maximum value is the value of
`index.max_result_window` which is 10,000 by default.
end::scroll-size[] end::scroll-size[]
tag::search-bucket-avg[] tag::search-bucket-avg[]