Browse Source

[DOCS] Increase `search.max_bucket` default value by one

Relates to #70645.
James Rodewig 4 years ago
parent
commit
b207aac9ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/indices/search-settings.asciidoc

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

@@ -22,7 +22,7 @@ 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 65,535.
+a single response. Defaults to 65,536.
 +
 Requests that attempt to return more than this limit will return an error.