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

Ability to select a ES Host per dashboard (or panel?) #923

Closed
draco2003 opened this issue Feb 7, 2014 · 6 comments
Closed

Ability to select a ES Host per dashboard (or panel?) #923

draco2003 opened this issue Feb 7, 2014 · 6 comments

Comments

@draco2003
Copy link

It would be great to have the ability to set the ES Host at a dashboard or panel level to override the global/default config.elasticsearch value. This would be especially useful in environments that have multiple ES clusters and avoid the need for running multiple instances of Kibana.

@rashidkpc
Copy link
Contributor

The best way to do this is to use the elasticsearch tribe node, Kibana can accept multiple index names as parameters. Also see #22

http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-tribe.html

@kychenzi
Copy link

HI, I tried to connect to Kibana tribe node got error "Error Could not reach http://L0000261:9203//_aliases. If you are using a proxy, ensure it is configured correctly"
Is that means Kibana and elasticsearch 1.0.0 rc1 can not bind now?

@kychenzi
Copy link

BTW I'm using logstash dashboard. And it'f fine to view data in sample dashboard view.

@ralphm
Copy link

ralphm commented Feb 24, 2014

If I understand correctly, tribe nodes don't allow index creation. Does that mean I'd have to create an (empty) index called kibana-int in (exactly) one of the clusters?

@kimchy
Copy link
Member

kimchy commented Feb 24, 2014

@ralphm yea, have the kibana-int index on one of the clusters, or have a small node running next to the tribe node just with it

@ralphm
Copy link

ralphm commented Feb 24, 2014

@kimchy: Thanks a bunch!

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

6 participants
@kimchy @ralphm @draco2003 @rashidkpc @kychenzi and others