From 77dc63b2def89c13031789457d37c1d368b4594e Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Mon, 14 Dec 2020 21:55:27 -0500 Subject: [PATCH] [DOCS] Fix `search.max_buckets` default (#66311) --- docs/reference/aggregations/bucket.asciidoc | 4 ++-- docs/reference/modules/indices/search-settings.asciidoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/aggregations/bucket.asciidoc b/docs/reference/aggregations/bucket.asciidoc index 2d51150de7b9..cdc2f74a183d 100644 --- a/docs/reference/aggregations/bucket.asciidoc +++ b/docs/reference/aggregations/bucket.asciidoc @@ -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 -<>. It defaults to 65,535, -requests that try to return more than the limit will fail with an exception. +<>. 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[] diff --git a/docs/reference/modules/indices/search-settings.asciidoc b/docs/reference/modules/indices/search-settings.asciidoc index 3a2f83a7edea..e35dc358cdfa 100644 --- a/docs/reference/modules/indices/search-settings.asciidoc +++ b/docs/reference/modules/indices/search-settings.asciidoc @@ -22,6 +22,6 @@ few resources. `search.max_buckets`:: (<>, integer) Maximum number of <> 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. \ No newline at end of file