Multiple Kibana on multiple cluster with same data

Hi forum,

I have multiple (two) elasticsearch clusters, with kafka in front, so both clusters have identical data.
How to setup HA kibana (two kibana, one on eachcluster) with loadbalancer in front, so all kibana settings (users, roles, dashboards) will be same same for both kibanas, so I can use both kibana at the same time (and use both clusters at the same time)?

Edit:
something like this in picture

Hope you understood me :slight_smile:

Cheers, Bane

Hi Bane,

Maybe you should put in kibana.yml, to connect to elastic on cluster x and y. You can put this in elasticsearch hosts in kibana.yml.
I think this make kibana work on two cluster. I think you have to have three kibana, one in front of load balancer. And make one user to connect to both kibana.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.