mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 06:55:32 +00:00
``` Chained input for now works like this { "chain" : [ { "first" : { "simple" : { "foo" : "bar" } } }, { "second" : { "simple" : { "spam" : "eggs" } } } ] ``` This allows to access the payload via ctx.payload.first.foo for example The array notation is needed to guarantee order, as JSON itself does not guarantee order of objects. Closes elastic/elasticsearch#353 Original commit: elastic/x-pack-elasticsearch@7ab32c43a8
= 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.