GitHub user mattyb149 opened a pull request:
https://github.com/apache/nifi/pull/1276
NIFI-3095: Add EL support to Elasticsearch 2.x (and HTTP) processors
For feature parity with the ES 5.0 processors, I added EL support to all
appropriate properties. Also I moved the relationship and property descriptor
creation to static blocks (as is the conventional wisdom). Unit tests were
added to exercise the EL logic, and I changed some Java 7 constructs to Java 8
constructs (lambdas, e.g.)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mattyb149/nifi NIFI-3095
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/1276.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1276
----
commit 3a849a0419671f81594f8a2c21d4b67f0ec357bf
Author: Matt Burgess <[email protected]>
Date: 2016-11-29T16:29:47Z
NIFI-3095: Add EL support to Elasticsearch 2.x (and HTTP) processors
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---