[Console] Add load-balancing for ES requests #172556
Labels
enhancement
New value added to drive a business result
Feature:Console
Dev Tools Console Feature
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Even when several ES hosts are configured for Kibana, Console will always use the first available host from
elasticsearch.hosts
and send the request there (see this file). This could lead to this host being impacted and get a degrading performance. We should add a mechanism to distribute the requests between all available hosts configured inelasticsearch.hosts
. Maybe we could reuse the load-balancing algorithm from Kibana.Somewhat related issues:
The text was updated successfully, but these errors were encountered: