IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

EDR: When Searching Domain Type in Threat Intelligence Pages a Red Error Displays

EDR: When Searching Domain Type in Threat Intelligence Pages a Red Error Displays

Environment

  • EDR Console: 7.7.0 and Above

Symptoms

When doing a search in Threat Intelligence page that contains two dots (.) a red message will pop up with a 500 server error. 

Cause

The schema for the cbfeeds Solr core was updated and the already existing feed data is still on the old schema

Resolution

 

  1. Stop the services: EDR: How to Start, Stop and Restart EDR Application Services
  2. Backup the old feed core
    mv /var/cb/data/solr/cbfeeds /var/cb/cbfeeds_backup
  3. Generate a new feed core
    /usr/share/cb/virtualenv/bin/python -m cb.maintenance.cbstartup.main --stage startup
  4. Start only these services
    /usr/share/cb/cbservice cb-redis start
    /usr/share/cb/cbservice cb-solr start
  5. Run the indexer to ingest the data from the back up core to the new schema
    /usr/share/cb/cb-solr-reindexer --solr-port 8080 --solr-address 127.0.0.1 cbfeeds /var/cb/cbfeeds_backup/data/index
  6. Stop the running services
    /usr/share/cb/cbservice cb-solr stop
    /usr/share/cb/cbservice cb-redis stop
  7. Start the EDR application services
  8. Verify the feeds are displaying in the console and the search is now working. Remove the backup file
    rm -rf /var/cb/cbfeeds_backup

 


Additional Notes

  • This can take several minutes to complete the reindexing. Approximately 1 minute per 1 million documents. 

Related Content


Labels (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎09-23-2022
Views:
233
Contributors