Set SolrTimePartitioningMinutes to 5 in /etc/cb/cb.conf, noting current value (if not present, add at the very end of the file)
SolrTimePartitioningMinutes=5
Start service
service cb-enterprised start
Within six minutes a new core should have been created with valid information (
cd /var/cb/data/solr5/cbevents/ <enter>
ls cbevents_{MostRecentCore} <enter>
(should return cb.core.conf, core.properties, data)
Remove SolrTimePartitioningMinutes from /etc/cb/cb.conf (or set back to original value)
Restart service
service cb-enterprised restart
Additional Information
The schema_name version can be found in the core.properties file of the core in the field configSet
If a new core is not generated after 6 minutes, check /var/log/cb/enterprise/enterprise.log. If there is an error related to the timestamp, something is misconfigured for the creationdate value. The format must be YYYY-MM-DDTHH:MM:SS.000000Z