OpenSearch/watcher/docs/reference/input
Alexander Reelsen 04a8fb3202 Watcher: Add chained input
```
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
2015-10-30 10:22:26 +01:00
..
chain.asciidoc Watcher: Add chained input 2015-10-30 10:22:26 +01:00
http.asciidoc HttpClient: Add proxy support 2015-10-21 17:24:35 +02:00
search.asciidoc Documentation: Repleace search_type=count with size=0 in the docs 2015-10-13 18:24:36 +02:00
simple.asciidoc initial migration of watcher 2015-07-13 12:23:07 +02:00