Forum Discussion
wayne_hing
Jun 21, 2019Copper Contributor
Alert if VM Uptime > 48hrs (Heartbeat for more than 48hrs ~ 2800 heartbeats)
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.
No RepliesBe the first to reply