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 Dashboards with Tribe #1347

Closed
ghost opened this issue Jul 8, 2014 · 2 comments
Closed

Kibana Dashboards with Tribe #1347

ghost opened this issue Jul 8, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 8, 2014

I have a Tribe node and a Kibana instance for the Tribe node. When I try to save a dashboard on the Kibana instance for the Tribe node, I get the following errors:

PUT http://{tribe_node}:9200/kibana-int_{tribe_node}/dashboard/{dashboard_name} 503 (Service Unavailable)

error: "MasterNotDiscoveredException[waited for [1m]]"
status: 503

I would like to be able to save dashboards from the Kibana instance for the Tribe node. Is this possible?

@bodgit
Copy link

bodgit commented Jul 16, 2014

Sorry for the delay,

Your tribe node needs to be also attached to an ES cluster that is used to store your dashboards, that can either be one of the clusters you're federating across, or perhaps a much smaller standalone cluster.

However the important bit is that tribe nodes cannot create indices, (this is mentioned in the documentation), so on whichever cluster you want to use to store your dashboards, you need to create the empty kibana-int index with something like:

curl -X PUT http://cluster:9200/kibana-int/

Then you should be able to save your dashboards.

@ghost
Copy link
Author

ghost commented Jul 23, 2014

Thanks!

This issue was closed.
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

1 participant