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

How to use a dashboard stored in sorl as default #125

Open
obiwan866 opened this issue Feb 9, 2015 · 6 comments
Open

How to use a dashboard stored in sorl as default #125

obiwan866 opened this issue Feb 9, 2015 · 6 comments
Labels

Comments

@obiwan866
Copy link

Hi all !
First congrats fo that great work.

I would like to use a dasboard stored with solr as default dashboard without copy the json inj the default.json.

Any clue wil be useful.
Thanks in advance.

@aadel aadel added the question label Feb 9, 2015
@aadel
Copy link
Contributor

aadel commented Feb 9, 2015

Hi!

You can load the dashboard from Solr and save it as Set as Browser Default from Save menu, but this will work per browser.

@obiwan866
Copy link
Author

Hi thx for your answer !
My goal is to give all the users the same default browser, maybe a symbolic link with the original dashboard. The point is : where is this dashboard stored ?

@aadel
Copy link
Contributor

aadel commented Feb 9, 2015

They are currently stored in banana-int core so symlink won't work. If you're using Banana on Node.js, I think it's possible to introduce a simple API to load the default dashboard from the file system instead of the browser. Looks like a nice feature!

@obiwan866
Copy link
Author

I watched the files where the default dash is loaded and how the solr-stored dash are loaded too (a solr request with stringify (grosso modo) ).
it is possible with a little work to get this functionality in banana.

@athana
Copy link
Contributor

athana commented Feb 10, 2015

Thanks for your suggestion @obiwan866 I will add this feature for the next release.
For now, the workaround for this is that we can use a URL bookmark to point to the dashboard in Solr, for example, http://localhost:8983/banana/#/dashboard/solr/your_home_dashboard. Set this URL as your default (home) page for Banana dashboard and it should work.

@aroopganguly
Copy link

aroopganguly commented May 13, 2018

I am also looking for an easy way to share dashboard urls with my consumers. is there a clear way to do this now?

@athana - is there a way for me to ensure I can share this dashboard link to others if I have a static IP ? I tried and it seems the data does not show up for certain reason. perhaps due to cors or related issue, when used from a different machine on the network

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants