I'm using elastic to make hearbeats every 1 minute to my API, if there is error send an email. I create the rule from elastic UI, as showing in this image
but what I need is only trigger the rule (heartbeat) within 20:00 until 21:00 every 1 minute.
is that possible ?
You can achieve this by adding below cron expression in
heartbeat.ymlfile -The schedule option uses a cron-like syntax based on this cronexpr implementation.
From the doc -