One Kibana to multiple elasticsearch cluster

Hi I'm newbie to ELK.

We have multi elasticsearch cluster.
And I found that there is 'Remote Cluster' setting in Kibana>Management>Elasticsearch>Remote Clusters.

Is possible to control multi cluster elasticsearch on one kibana?

For example I have cluster_one, cluster_two and cluster_three.
I'd like to view log of all three clusters in one kibana UI. Those clusters have exactly same index(but documents are diffrent)

Is it possible to use one kibana with multiple elasticsearch clusters?
(Make dashboard, View logs and other things)

You will want to look at https://www.elastic.co/guide/en/elasticsearch/reference/7.7/modules-cross-cluster-search.html :slight_smile:

1 Like

Thanks for your reply.

But how can I use in Kibana?

After done setting 'Remote cluster setup', is it possible to use cross cluster search on Kibana?

Yes, see https://www.elastic.co/guide/en/kibana/current/maps-search-across-multiple-indices.html

1 Like

Thanks a lot. It helps me a lot!!!

1 Like

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