Elasticsearch Watcher scheduler

Hello,

Is it possible to configure watcher for business days and hours

I have have watcher and I want it to run every 30mn from monday to friday and from 7h to 19h.

The next expression don't work

"cron":"*/30 7-19 * * 1-5"

The syntax you are using is for Rufus scheduler. The syntax for watcher is slightly different.
Try this:

"0 */30 7-19 ? * 2-6"

Thank you for the response.
@preetish_P

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