mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Code: - renamed 'executed_request` back to `request` in the search input/transform result (makes more sense in the context of the overall response structure - renamed `sent_request` back to `request` in the http input result (makes more sense in the context of the overall response structure) - renamed `http_status` to `status` in the http input result (makes more sense in the context of the overall response structure) Docs: - fixed indentations - fixed wrong example in put-watch docs (`actions` was shown as an array) - changed action ids to be lowercased & underscored Original commit: elastic/x-pack-elasticsearch@6ded0936d5
= 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%