Watcher Schedule

Hi
I wrote a watcher with this trigger:

  "trigger": {
    "schedule": {
      "daily": {
        "at": [
          "06:35"
        ]
      }
    }
  },

I just want this watcher run at 06:35 everyday morning.
But when I save this watcher, I see this execution history:

Could you explain me why the watcher has the wrong trigger time?!?

my @timestamp field and Kibana time (even my browser &...) is correct

I`ve already checked the link bellow:

And I test "cron" but I think watcher does not support "cron" syntax that mentioned in this document (Maybe I am wrong)

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