I attempted to configure a Watcher schedule using the timezone
property as shown below:
"schedule": {
"timezone": "Pacific/Auckland",
"daily": {
"at": "12:00"
}
}
However, when saving the Watcher, I encountered the following error:
Could not parse schedule for [653ba143-c8b4-452e-9080-07c89e63e9f3]. Unknown schedule type [timezone]
The Elasticsearch version currently in use is 8.17.3.
Any insights on why this might be occurring or suggestions for resolving this issue would be appreciated.