From d528ecbf182e70e0b51e56ee2e89629851a42f8b Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 14 Jan 2025 08:42:45 +1100 Subject: [PATCH] [8.17] [docs] Update `kibana.yml` defaults (#206423) (#206501) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Backport This will backport the following commits from `main` to `8.17`: - [[docs] Update `kibana.yml` defaults (#206423)](https://github.com/elastic/kibana/pull/206423) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Alejandro Fernández Haro --- config/kibana.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kibana.yml b/config/kibana.yml index c816337f881d..b0ffc8e0e062 100644 --- a/config/kibana.yml +++ b/config/kibana.yml @@ -63,7 +63,7 @@ #elasticsearch.requestTimeout: 30000 # The maximum number of sockets that can be used for communications with elasticsearch. -# Defaults to `Infinity`. +# Defaults to `800`. #elasticsearch.maxSockets: 1024 # Specifies whether Kibana should use compression for communications with elasticsearch