Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kibana 3 configured to ES Cluster ? #1283

Closed
abouchama opened this issue Jun 5, 2014 · 3 comments
Closed

Kibana 3 configured to ES Cluster ? #1283

abouchama opened this issue Jun 5, 2014 · 3 comments

Comments

@abouchama
Copy link

Hello,

I have the ES cluster, but Kibana is configured to a single ip. If ES on this ip is down, Kibana detaches from the ES. Is there any way to overcome it? Actually, I need transparent work between Kibana to the whole ES cluster.

Is possible to give only the hostname and the name of cluster to kibana to seach ES node which's up ? Is possible to give a list of URL (host1:9200, host1:9201) ?

For information, i have kibana and ES Cluster in the same server. and i use the following versions : elasticsearch-1.1.1 ; kibana-3.1.0 ; logstash-1.4.1

@jimmyjones2
Copy link
Contributor

An idea - have you tried round robin DNS? If an HTTP request fails because the server is unreachable, the browser will transparently try the other IPs returned by DNS. Not sure if this works with XHR though.

@sreeboppana
Copy link

I have used HAProxy to load balance the ES 2-node cluster and also verified that the browser was able to transparently failover to the redundant ES node through the HA Proxy while retaining the indexed data. Make sure you verify that the redundant node has the replicated data similar to the master/primary while doing failover testing.
The data integrity during failover needs to be checked which we are doing right now.

@spalger
Copy link
Contributor

spalger commented Oct 7, 2014

This is something that we would like to support in Kibana 4, please follow #214 for updates. Thanks!

@spalger spalger closed this as completed Oct 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants