EDR: How to confirm the Cb-Event-Forwarder is sending events
book
Article ID: 291007
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
How to determine if the cb-event-forwarder is sending events
Environment
EDR Server: All Versions
Event Forwarder: All Versions
Resolution
Log into the cb-event-forwarder server via SSH/Terminal
Tail the log to confirm events are being generated
tail -f /var/cb/data/event_bridge_output.json
If events are being generated but not received, confirm they are going out (port is 514 by default)
tcpdump -X -i any port 514
If you are seeing event forwarder messages leaving via tcpdump this verifies the event forwarder is working as expected. Please confirm networking between SIEM and the cb-event-forwarder server