Single Kibana for multi ES clusters

Hi,

Can we add multiple elasticsearch clusters in kibana.yml? like below
elasticsearch.hosts: https://cluster1.xyz.com:9200, https://cluster2.xyz.com:9200

So the objective here is to have single kibana url and console for multiple clusters located in multiple data centers.

It's going to be on-prem setup.

TIA,
Deepak Shukla

You cannot do that. Check out https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-cross-cluster-search.html instead.

1 Like

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