mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[DOCS] Fix search.max_buckets
default (#66311)
This commit is contained in:
parent
fcf28c3197
commit
77dc63b2de
2 changed files with 3 additions and 3 deletions
|
@ -22,6 +22,6 @@ few resources.
|
|||
`search.max_buckets`::
|
||||
(<<cluster-update-settings,Dynamic>>, integer)
|
||||
Maximum number of <<search-aggregations-bucket,aggregation buckets>> allowed in
|
||||
a single response. Defaults to `10000`.
|
||||
a single response. Defaults to 65,535.
|
||||
+
|
||||
Requests that attempt to return more than this limit will return an error.
|
Loading…
Add table
Add a link
Reference in a new issue