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

Multiple ES cluster source #2079

Closed
ZeAleks opened this issue Dec 2, 2014 · 2 comments
Closed

Multiple ES cluster source #2079

ZeAleks opened this issue Dec 2, 2014 · 2 comments

Comments

@ZeAleks
Copy link

ZeAleks commented Dec 2, 2014

Hi again,

I'd like to suggest another idea with you.
I would like to be able to query/search/visualize from multiple ElasticSearch clusters.

Why ?

I collect huge amount of data of different types :

  • WebAnalytics : users clics, visits, navigation, etc.
  • Servers Logs : Log from the web server
  • Application Logs

In order be able to size servers differently and keep good performances for indexing and searching I've splitted those data on 3 clusters.

But, regarding visualization, I'd like to correlate those informations : Less visits -> 500 web servers errors -> application activities/errors

I already seen this issue : #22
But what I request is not really the same. I don't want to query and merge data. Just want to have one chart about Visitors next to one chart about Server errors ...

Alek

@rashidkpc
Copy link
Contributor

You can do this using an elasticsearch tribe node and pointing Kibana at it. Simply do not share index names across your clusters and you should be all set.

@ZeAleks
Copy link
Author

ZeAleks commented Dec 3, 2014

Thank you Rashid.
This is a solution of what I need but I didn't know that it exists.

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

2 participants