GitHub user mattyb149 opened a pull request:
https://github.com/apache/nifi/pull/576
NIFI-2068: Add Elasticsearch HTTP processors
- Renamed original AbstractElasticsearchProcessor to
AbstractElasticsearchTransportClientProcessor, as a base class for the original
ES processors.
- Created AbstractElasticsearchHttpProcessor as a base class for the new ES
processors
- Moved any common code between the two into a parent
AbstractElasticsearchProcessor class
- Updated common doc
- Added features asked for ES processors (input allowed but not required,
delete capability, select fields, etc.) to the new ES HTTP processors.
Backporting to original processors will be done under the existing Jiras
- Tested with plain ES and "secure" ES (normal ES behind NGINX secure proxy)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mattyb149/nifi NIFI-2068
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/576.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 #576
----
commit d64445f022388122035c042e4440f1d199f5fd8f
Author: Matt Burgess <[email protected]>
Date: 2016-06-24T18:08:14Z
NIFI-2068: Add Elasticsearch 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.
---