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.