Hi,
I have a simple heartbeat alert configured within OMS that uses the following log query
Heartbeat
| summarize LastHeartbeat=max(TimeGenerated) by Computer
| where LastHeartbeat < ago(5m)
This worked great, if a server missed a heartbeat I'd get an email alerting me. One of the servers is on a very slow broadband connection so I was getting false alerts so I tweaked the query to 10 minutes. This was done over 48 hours ago but I am still getting alerts that show the original query. I've tried disabling/enabling the rule but the problem persists. The next step will be to delete and re-create but before I did that I just wanted to check I've not missed something?

