mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
This change changes how the ScheduledTriggerEvent is parsed to parse using DateMath instead of just as a date. This will allow the execute API to use such constructs as ``` POST _watcher/watch/test_watch/_execute { "ignore_throttle" : true, "trigger_event" : { "schedule" : { "triggered_time": "now-5h", "scheduled_time": "now" } } } ``` Fixes: elastic/elasticsearch#374 Original commit: elastic/x-pack-elasticsearch@fa286b217e
= Elasticsearch Watcher Plugin This plugins adds conditioned scheduled tasks features to elasticsearch - such a task is called a `Watch`. You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.
Description
Languages
Java
99.5%
Groovy
0.4%