EDR: How do I delete a sensor group
book
Article ID: 289179
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
How do I delete a sensor group?
Environment
EDR Server 6.x and Higher
Resolution
- Confirm the sensor group id number (the URL will show a number which is the id eg., …/hosts/[number])
- Connect to the postgresql db:
sudo -u cb psql -p 5002
delete from sensor_groups where id=[number]
Feedback
thumb_up
Yes
thumb_down
No