Server Heartbeat monitoring in Azure Monitor

Pawan Tiwari 1 Reputation point
2021-06-20T02:21:07.15+00:00

Hi, I have server with heartbeat monitoring setup using the below query

InsightsMetrics
| where TimeGenerated > ago(7m)
| where Computer contains "MyVM01"
| where Name contains "HeartBeat"
| where Origin contains "vm.azm.ms/map"
| sort by TimeGenerated
| limit 5

with evaluation period set as 5 min and frequency as 5 minutes too. This query is generating alert every 5 minutes for the heartbeat failure and most of them are false one. Could anyone help me with what's wrong in this query?

Thanks
PT

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,037 questions
{count} votes