Setup Kibana Watcher to run during a particular window

Hi there, i am fairly new to setting up Kibana watcher alerts. Right now I have a watcher which is set to execute every 15 minutes. This is how the trigger looks -

"trigger": {
"schedule": {
"interval": "15m"
}

I want to modify it so that the watcher only executes during the 7 AM to 9 PM window. I understand there is an option of adding a cron expression to the trigger which would limit the window - could I get some examples for reference?

Thanks a ton in advance!

Welcome! :slight_smile:

Check out https://crontab.guru/between-certain-hours

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.