Skip to content

Commit

Permalink
[DOCS] Fix search.max_buckets default (#66311)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Dec 15, 2020
1 parent fcf28c3 commit 77dc63b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/reference/aggregations/bucket.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ define fixed number of multiple buckets, and others dynamically create the bucke

NOTE: The maximum number of buckets allowed in a single response is limited by a
dynamic cluster setting named
<<search-settings-max-buckets,`search.max_buckets`>>. It defaults to 65,535,
requests that try to return more than the limit will fail with an exception.
<<search-settings-max-buckets,`search.max_buckets`>>. It defaults to 65,535.
Requests that try to return more than the limit will fail with an exception.

include::bucket/adjacency-matrix-aggregation.asciidoc[]

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/modules/indices/search-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 77dc63b

Please sign in to comment.