Skip to content

Commit b207aac

Browse files
committed
[DOCS] Increase search.max_bucket default value by one
Relates to elastic#70645.
1 parent 26ad04f commit b207aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/modules/indices/search-settings.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ few resources.
2222
`search.max_buckets`::
2323
(<<cluster-update-settings,Dynamic>>, integer)
2424
Maximum number of <<search-aggregations-bucket,aggregation buckets>> allowed in
25-
a single response. Defaults to 65,535.
25+
a single response. Defaults to 65,536.
2626
+
2727
Requests that attempt to return more than this limit will return an error.
2828

0 commit comments

Comments
 (0)