Hi All,
Filebeat output has an ability to be configured with load balancing config as follows:
output.logstash:
hosts: ["hostA:5044","hostB:5044","hostC:5044"]
loadbalance: true
Do we have a similar set up for Kibana where Kibana connects to the available Elasticsearch?
Kibana output is as follows:
elasticsearch.hosts:
- http://hostA:9200
- http://hostB:9200
- http://hostC:9200
Please guide
warkolm
(Mark Walkom)
May 16, 2023, 12:25am
2
It doesn't load balance, no, it's used for fail over in case one of the nodes cannot be contacted.
Thanks @warkolm
Sorry I meant failover.
In my case Kibana does not fail over to a healthy node and I am not able to login to Kibana if a node goes down.
Is there a special tag which needs to be defined to enable failover?
warkolm
(Mark Walkom)
May 16, 2023, 3:29am
4
Can you make a new topic for that, include things like your full configs and the Elasticsearch and Kibana logs. It makes it easier to help
system
(system)
Closed
June 13, 2023, 1:31pm
6
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.