Skip to content

Commit

Permalink
[DOCS] Deduplicate docs for search.max_buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Jun 29, 2021
1 parent e7240b6 commit 0a5d4e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/reference/aggregations/bucket.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ aggregated for the buckets created by their "parent" bucket aggregation.
There are different bucket aggregators, each with a different "bucketing" strategy. Some define a single bucket, some
define fixed number of multiple buckets, and others dynamically create the buckets during the aggregation process.

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,536.
Requests that try to return more than the limit will fail with an exception.
NOTE: The <<search-settings-max-buckets,`search.max_buckets`>> cluster setting
limits the number of buckets allowed in a single response.

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

Expand Down

0 comments on commit 0a5d4e7

Please sign in to comment.