You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Chris Sampson (Jira)" <ji...@apache.org> on 2021/12/03 14:47:00 UTC

[jira] [Updated] (NIFI-9439) Create an Elasticsearch REST processor to send the entire JSON content of a FlowFile to Elasticsearch

     [ https://issues.apache.org/jira/browse/NIFI-9439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Sampson updated NIFI-9439:
--------------------------------
    Status: Patch Available  (was: In Progress)

> Create an Elasticsearch REST processor to send the entire JSON content of a FlowFile to Elasticsearch
> -----------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-9439
>                 URL: https://issues.apache.org/jira/browse/NIFI-9439
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>            Reporter: Chris Sampson
>            Assignee: Chris Sampson
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The Elasticsearch REST Processor bundle should contain the equivalent of the existing {{PutElasticsearchHttp}} procressor, which sends the entire JSON contents of a FlowFile to Elasticsearch as part ofa {{_bulk}} operation.
> Adding the equivalent capability to the ES REST bundle means it can then replace all the functionality previously implemented in older Elasticsearch processor bundles.
> The advantage of the ES REST bundle is its use of the official Elasticsearch REST API client libraries and the ability to switch that out for other implementations in the future (e.g. AWS OpenSearch client libraries).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)