search
cancel
Search
EDR: How to check what feeds are enabled from backend
book
Article ID: 288477
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Show More
Show Less
Issue/Introduction
How to check what feeds are enabled from backend?
Environment
EDR (Formerly CB Response) Server: All supported versions
Resolution
Run the below command from EDR backend terminal (Master Node, if cluster setup):
psql -d cb -p 5002 -c "select id,name, feed_url, enabled from alliance_feeds;"
Additional Information
"T" under enabled column stands for True and means it is enabled.
Feedback
thumb_up
Yes
thumb_down
No