A stream will not start
Verify that all required settings for the affected stream are present.Alert stream
Case stream
The service is not running
Check the service state:The receiver gets no records
Check the path from the relay host to the destination:- Confirm the destination IP and port for the affected stream.
- Confirm the receiver is listening on that TCP port.
- Confirm firewall and network policy allow the connection.
- Confirm the corresponding alert or case stream is fully enabled.
- Confirm the receiver expects newline-delimited JSON over TCP.
The receiver cannot parse records
The expected framing is:Case fetching needs investigation
The recommended case configuration includes:Debug mode
Use--debug only while troubleshooting.
Quick checks
Service state
Confirm the systemd unit is active and inspect the journal for runtime errors.
Stream completeness
Make sure every enabled stream has interval, destination IP, and destination port.
TCP reachability
Verify the relay host can reach each configured destination listener.
NDJSON parsing
Confirm the receiver treats each newline-delimited JSON object as one event.