🔎 Open source distributed and RESTful search engine.
Go to file
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
buildSrc Switch to gradle build system. 2015-10-29 11:44:48 -07:00
marvel Switch to gradle build system. 2015-10-29 11:44:48 -07:00
qa test: re-sync the smoke test plugins lists with core 2015-10-27 09:48:31 -04:00
shield [TEST] Fix IndexPrivilegeTests for the _optimize removal 2015-10-29 16:39:03 -06:00
watcher Watcher: Add chained input 2015-10-30 10:22:26 +01:00
x-dev-tools Bumped the version to 3.0.0-SNAPSHOT 2015-09-04 16:30:11 +02:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
README.asciidoc Update README.asciidoc 2015-07-17 19:01:46 +02:00
build.gradle fix buildscript repos to have jcenter for silly "needed" perforce dep 2015-10-29 15:21:25 -07:00
pom.xml x-plugins security changes for elastic/elasticsearch#14311 2015-10-27 20:07:38 -04:00
settings.gradle Switch to gradle build system. 2015-10-29 11:44:48 -07:00

README.asciidoc

= Elasticsearch X Plugins

A set of Elastic's commercial plugins:

- License
- Shield
- Watcher
- Marvel