Hi,
I have used cross-clustering in order to display data from multiple Elasticsearch instances on one Kibana. The indices thus formed are of the type <cluster-names>:<pattern>
. I wish to create only one index pattern for a particular pattern. For instance, all indices of the form cluster_one:pattern-*
or cluster_two:pattern-*
should be under one index pattern. Is this possible?
P.S.- The solution given in https://www.elastic.co/guide/en/kibana/6.2/management-cross-cluster-search.html says that cluster_one:pattern-*,cluster_two:pattern-*
should work. However, this does not seem to be working. Also, cluster_one is the local cluster and cluster_two is a remote cluster.
Thanks