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]