- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solr Banana Dashboard charts and data download
- Labels:
-
Apache Solr
Created 12-10-2015 10:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a Solr Banana dashboard that has shows some panels with charts and tables. Is there a way to export a dashboard with data so that a user can play with it offline without being connected to the solr server?
Created 12-23-2015 06:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The best you can do is export from a single component (i.e. table), take a screenshot of the dashboard or export the dashboard to load into another banana instance. The reason why you can't do an offline dashboard is because you would need the entire index. Dashboards typically contain summarized data and/or a subset of detailed records. In order for the dashboard to remain interactive (search, filter, faceting, etc) you would need the entire data set offline because it does all of the counts/aggregations on the fly.
Created 12-11-2015 03:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should add a details panel which lists tabular data. This widget then has an Export/Save action.
Created 12-23-2015 06:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The best you can do is export from a single component (i.e. table), take a screenshot of the dashboard or export the dashboard to load into another banana instance. The reason why you can't do an offline dashboard is because you would need the entire index. Dashboards typically contain summarized data and/or a subset of detailed records. In order for the dashboard to remain interactive (search, filter, faceting, etc) you would need the entire data set offline because it does all of the counts/aggregations on the fly.
