EDR Server: How to manually create a core.properties file for a Solr core
book
Article ID: 290237
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
Create a core.properties file for a core that for any reason is missing it.
Resolution
- Create the file:
- touch /var/cb/data/solr/cbevents/CORENAME/core.properties
- Set the correct permissions:
- chown cb:cb /var/cb/data/solr/cbevents/CORENAME/core.properties
- Add the following content to the core.properties file where the name matches the name of the directory itself:
- Once core.properties have been created restart services
Additional Information
- Example
- touch /var/cb/data/solr/cbevents/cbevents_2017_08_14_1544/core.properties
- chown cb:cb /var/cb/data/solr/cbevents/cbevents_2017_08_14_1544/core.properties
- For the folder cbevents_2017_08_14_1544, the contents of core.properties will be set to
Feedback
thumb_up
Yes
thumb_down
No