Forum Discussion
ben1210
Sep 22, 2025Copper Contributor
need to create monitoring queries to track the health status of data connectors
I'm working with Microsoft Sentinel and need to create monitoring queries to track the health status of data connectors. Specifically, I want to: Identify unhealthy or disconnected data connector...
Nov 23, 2025
Here is another approach to detect significant anomalies in data ingestion volume for specific billable tables listed in a watchlist. It analyzes X number of days of historical data, builds a baseline, and flags sharp increases or decreases in ingestion over the past day using anomaly scores and thresholds.
1) Health Check for Microsoft Data Connectors using `series_decompose_anomalies` function.
2) Effective Solution to Monitor Data Connectors in Microsoft Sentinel using Azure Monitor and Logic Apps.
Hope it helps others!