I have a requirement where I need to compare start time with current time and if the value is greater than certain limit I need an alerting. Can someone share the syntax.
Ex:
I have a column called start time with below syntax.
Start Time >> 2015-12-03 15:04:02.0
I want to put a rule like
if (now()-value) > 3600 then severity critical
THis syntax doesn't work, can someone pls help