From 9273936aca3061d99806033ccf6d5be305cac908 Mon Sep 17 00:00:00 2001 From: Xavier Merlin <48214502+merlixelastic@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:53:35 +0100 Subject: [PATCH] Update production.asciidoc Updating limitation of dev tool which is not sending request with round robin --- docs/user/production-considerations/production.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/production-considerations/production.asciidoc b/docs/user/production-considerations/production.asciidoc index e0878b4dbf849..f6f756364b9d2 100644 --- a/docs/user/production-considerations/production.asciidoc +++ b/docs/user/production-considerations/production.asciidoc @@ -91,7 +91,7 @@ active in case of failure from the currently used instance. [[high-availability]] === High availability across multiple {es} nodes {kib} can be configured to connect to multiple {es} nodes in the same cluster. In situations where a node becomes unavailable, -{kib} will transparently connect to an available node and continue operating. Requests to available hosts will be routed in a round robin fashion. +{kib} will transparently connect to an available node and continue operating. Requests to available hosts will be routed in a round robin fashion (except for Dev Tools which will connect only to the first node available). In kibana.yml: [source,js]