04a8fb3202
``` 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 |
||
---|---|---|
buildSrc | ||
marvel | ||
qa | ||
shield | ||
watcher | ||
x-dev-tools | ||
LICENSE.txt | ||
README.asciidoc | ||
build.gradle | ||
pom.xml | ||
settings.gradle |
README.asciidoc
= Elasticsearch X Plugins A set of Elastic's commercial plugins: - License - Shield - Watcher - Marvel