Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Celebrating as our community reaches 100,000 members! Thank you!
Labels (1)
avatar

This has come up a few times. You’ll sometimes notice that after a Banana deployment in SOLR that you can’t save your dashboards in Banana. To enable this, you have to create an index that stores these dashboards. In order to enable this, all you need to do is run the following statement which will create a banana-int index.

sh ${SOLR_HOME}/bin/solr create_core -c banana-int -d ../server/solr-webapp/webapp/banana/resources/banana-int-solr-5.0/conf

Then restart SOLR...

sh ${SOLR_HOME}/bin/solr restart

Then you can...

1) Save your dashboard:

7707-screen-shot-2016-09-15-at-103817-am.png

2) And access your saved dashboard:

7708-screen-shot-2016-09-15-at-103303-am.png

Happy searching!

1,550 Views
Version history
Last update:
‎08-17-2019 10:00 AM
Updated by:
Contributors