mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
actions
Until now you always needed to define the `actions` in a watch. Even if you didn't want any actions, you had to define and empty objects there. Now, the `actions` is an optional field. When missing, we default to "no actions" Original commit: elastic/x-pack-elasticsearch@3d1a961232
= 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%