ElasticHQ / elasticsearch-HQ

Monitoring and Management Web Application for ElasticSearch instances and clusters.
http://www.elastichq.org
Other
4.96k stars 530 forks source link

Two clusters with same name gives conflicting data on the dashboard #458

Closed sarmak1179 closed 5 years ago

sarmak1179 commented 5 years ago

General information

Issue Description

I have two ES clusters on different nodes with the same name. I added the first cluster using the settings (automatically added when I first accessed elastichq) From Settings, I tried to add the second cluster by giving the ES URL. This ES cluster also has the same name elasticsearch. The message appears that the cluster is added successfully., though no second entry is added here on the UI.

Now when I go to the dashboard, it shows the indices details on the first cluster that is added. But the node frame and indices frames are updated to 2nd cluster.

Is this expected if I have the same cluster name?

alisanguo commented 5 years ago

I have the same problem

royrusso commented 5 years ago

There are no plans to address this at the moment. There is no other way (that I have found) to uniquely identify a cluster except name. IP addresses can change, so that's not reliable either.