You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
We had a question on the forums with regards to setting up an alert to run at a specific time - the answer was, of course, cron.
On the API page all examples of schedule are using period/interval and none use cron/expression.
The Cron expression reference shows how to write cron patterns (useful, although not unique to this software), but it doesn't show how you use this in context of the alerting plugin.
I had to setup an alert in Kibana with a cron pattern then look at the response in the DevTools api to find the proper JSON syntax - the average user would not do this.
The text was updated successfully, but these errors were encountered:
We had a question on the forums with regards to setting up an alert to run at a specific time - the answer was, of course, cron.
On the API page all examples of
schedule
are usingperiod
/interval
and none usecron
/expression
.The Cron expression reference shows how to write cron patterns (useful, although not unique to this software), but it doesn't show how you use this in context of the alerting plugin.
I had to setup an alert in Kibana with a cron pattern then look at the response in the DevTools api to find the proper JSON syntax - the average user would not do this.
The text was updated successfully, but these errors were encountered: