EDR: Triage alerts stop appearing on console
book
Article ID: 289184
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
Triage alerts stop working
Environment
- EDR Server: 6.x and higher
Resolution
- This script is run *as root* so it should be writable only to the root user. All executables launched should also be modified with this in mind.
- Edit /etc/cron.d/cb and adjust the watchlist search line to use root and include -vvvv.
- Comment out the existing 'watchlist_search' line in /etc/cron.d/cb and add:
*/10 * * * * root /usr/share/cb/virtualenv/bin/python -m cb.maintenance.job_runner --master -vvv watchlist_search >> /var/log/cb/job-runner/startup.out 2>&1
- Edit /etc/cb/cron/cb.cron.template in order for settings to persist after restart.
Feedback
thumb_up
Yes
thumb_down
No