Skip to content

Commit

Permalink
Update production.asciidoc
Browse files Browse the repository at this point in the history
Updating limitation of dev tool which is not sending request with round robin
  • Loading branch information
merlixelastic authored Dec 4, 2023
1 parent 79b3927 commit 9273936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/production-considerations/production.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9273936

Please sign in to comment.