Mutliple elasticsearch with a single kibana

Hello team,
I have created two elasticsearch and tried connecting them to a single kibana,where both the elasticsearch are in Virtualboxs. when i try to connect to the other elasticsearch it shows up with error

error i am getting

Hello team,
I have created two elasticsearch and tried connecting them to a single kibana,where both the elasticsearch are in Virtualboxs. when i try to connect to the other elasticsearch it shows up with error

{
"error": {
"root_cause": [
{
"type": "connect_transport_exception",
"reason": "[127.0.0.1:9301] connect_exception"
}
],
"type": "connect_transport_exception",
"reason": "[127.0.0.1:9301] connect_exception",
"caused_by": {
"type": "annotated_connect_exception",
"reason": "Connection refused: /127.0.0.1:9301",
"caused_by": {
"type": "connect_exception",
"reason": "Connection refused"
}
}
},
"status": 500
}

Hi @koventhan,

If you are trying to connect one Kibana instance to multiple Elasticsearch clusters, you'll want to look into Cross-cluster search, which allows you to set up one node that can federate queries across multiple clusters.

You'd need to connect Kibana to this node, and then configure your index patterns to point to the right cluster(s) for your fields.

Hello @lukeelmers
I am getting the above error once i connect using cross cluster search.Thanks in advance.

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