Skip to content

Commit 73397f7

Browse files
committed
[DOCS] Deduplicate docs for search.max_buckets
1 parent b207aac commit 73397f7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/reference/aggregations/bucket.asciidoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ aggregated for the buckets created by their "parent" bucket aggregation.
1313
There are different bucket aggregators, each with a different "bucketing" strategy. Some define a single bucket, some
1414
define fixed number of multiple buckets, and others dynamically create the buckets during the aggregation process.
1515

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

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

0 commit comments

Comments
 (0)