Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Guru
Created on 09-19-2016 11:06 PM - edited 08-17-2019 10:00 AM
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:
2) And access your saved dashboard:
Happy searching!
1,663 Views