Community Articles

Find and share helpful community-sourced technical articles.
Announcements
We’ve updated our product names and community labels - click here for full details
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,866 Views