Alert if VM Uptime > 48hrs (Heartbeat for more than 48hrs ~ 2800 heartbeats)

Copper Contributor

Have high spec VM, want to be alerted if it is left on for more than 48hrs.


Heartbeat
| where TimeGenerated > ago(48h)
| where Computer == "fpnpsjobs"
 
Then setup alert
The problem is that "Evaluation based on" is limited to 1day (1440min) I need 2880min.
VM over 2800 heatbeats.png
0 Replies