An Azure real-time data ingestion service.
Hi YYz11,
Thanks for the question and using MS Q&A platform. It looks like your Azure Event Hub is receiving messages, but not sending them out. This usually means the consumer (in your case, the third-party SIEM) is not reading the events.
Here are the key things to check:
Check the consumer – Make sure the SIEM is online and not showing errors.
Check Event Hub metrics – Compare Incoming vs Outgoing messages to see where the drop happens.
Check throttling/limits – If the throughput limit is reached, Event Hub may stop sending messages.
Enable diagnostics logs – They help identify whether events are stuck or not being read.
Verify connectivity – Ensure the SIEM has the correct connection string, permissions, and network access.
Check Azure Service Health – Rarely, platform incidents can affect Event Hubs.
In most cases, the consumer not reading messages is the main reason outgoing messages drop to zero.
Are you receiving any error messages from your third-party SIEM when it tries to pull data from the Event Hub?
1.Have there been any recent changes to the Event Hub configuration, the third-party consumer settings, or the environment where these are hosted?
2.Can you confirm if the Event Hub is configured to allow outgoing connections from the SIEM tool without security or firewall issues?
3.How long have you been observing the zero outgoing messages? Was there any specific occurrence before it started?
Hope this heps, Please let us know if you have any questions and concerns.