OpenSearch/watcher/docs/reference
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
..
actions HttpClient: Add proxy support 2015-10-21 17:24:35 +02:00
condition Documentation: Repleace search_type=count with size=0 in the docs 2015-10-13 18:24:36 +02:00
input Watcher: Add chained input 2015-10-30 10:22:26 +01:00
java Introducing Watch De/activateion 2015-09-04 21:38:34 +02:00
rest [docs] Update docs for version 2.0.0-beta1 2015-09-09 08:03:55 -07:00
transform Documentation: Repleace search_type=count with size=0 in the docs 2015-10-13 18:24:36 +02:00
trigger initial migration of watcher 2015-07-13 12:23:07 +02:00
actions.asciidoc Documentation: Repleace search_type=count with size=0 in the docs 2015-10-13 18:24:36 +02:00
condition.asciidoc Add compare condition to handle arrays 2015-09-03 09:46:23 -04:00
input.asciidoc Watcher: Add chained input 2015-10-30 10:22:26 +01:00
java.asciidoc Docs: Updated watcher java docs to show that plugin must be loaded 2015-10-28 11:54:11 +01:00
rest.asciidoc Introducing Watch De/activateion 2015-09-04 21:38:34 +02:00
transform.asciidoc initial migration of watcher 2015-07-13 12:23:07 +02:00
trigger.asciidoc initial migration of watcher 2015-07-13 12:23:07 +02:00