OpenSearch/watcher/docs
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
..
administering-watcher Watcher Docs: Fixed messed up cross document links. 2015-10-21 14:29:23 -07:00
example-watches Watcher Docs: Fixed messed up cross document links. 2015-10-21 14:29:23 -07:00
how-watcher-works Removed dynamic index names in favour for ES' date math index names. 2015-09-25 15:55:22 +02:00
images Watcher Docs: Reworked HipChat and Slack action docs. Closes elastic/elasticsearch#511, elastic/elasticsearch#570. 2015-09-09 16:49:51 -07:00
managing-watches initial migration of watcher 2015-07-13 12:23:07 +02:00
reference Watcher: Add chained input 2015-10-30 10:22:26 +01:00
administering-watcher.asciidoc Watcher Docs: Reworked HipChat and Slack action docs. Closes elastic/elasticsearch#511, elastic/elasticsearch#570. 2015-09-09 16:49:51 -07:00
customizing-watches.asciidoc Documentation: Repleace search_type=count with size=0 in the docs 2015-10-13 18:24:36 +02:00
example-watches.asciidoc initial migration of watcher 2015-07-13 12:23:07 +02:00
getting-started.asciidoc actual _watcher/stats response 2015-10-13 15:19:03 -07:00
how-watcher-works.asciidoc Documentation: Repleace search_type=count with size=0 in the docs 2015-10-13 18:24:36 +02:00
index.asciidoc Updated docs links to point to master branches 2015-10-28 01:33:59 +01:00
installing-watcher.asciidoc Fixed download links. Closes elastic/elasticsearch#894. 2015-10-28 16:47:57 -07:00
introduction.asciidoc initial migration of watcher 2015-07-13 12:23:07 +02:00
managing-watcher-licenses.asciidoc Docs: Consolidated Watcher 2.0 release notes. Fixed pkg install cmds and subscription links for Watcher & Shield. 2015-10-27 18:01:41 -07:00
managing-watches.asciidoc initial migration of watcher 2015-07-13 12:23:07 +02:00
reference.asciidoc initial migration of watcher 2015-07-13 12:23:07 +02:00
release-notes.asciidoc Watcher: Add chained input 2015-10-30 10:22:26 +01:00
troubleshooting.asciidoc initial migration of watcher 2015-07-13 12:23:07 +02:00