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 2022/11/11 15:43:00 UTC

[jira] [Updated] (NIFI-4625) Add External Versioning to PutElasticSearch5 Processor

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

Chris Sampson updated NIFI-4625:
--------------------------------
    Resolution: Won't Do
        Status: Resolved  (was: Patch Available)

The PutElasticsearch5 processor has now been removed from the nifi code base

The newer PutElasticsearchJson/Record processors support all the same functionality but use the Elasticsearch REST Client libraries for better integration. The ability to provide Bulk API action fields is included with NIFI-10067 / NIFI-3262

> Add External Versioning to PutElasticSearch5 Processor
> ------------------------------------------------------
>
>                 Key: NIFI-4625
>                 URL: https://issues.apache.org/jira/browse/NIFI-4625
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>    Affects Versions: 1.3.0
>         Environment: All
>            Reporter: Pedro Gomes
>            Assignee: Pedro Gomes
>            Priority: Major
>              Labels: elasticsearch, processor
>   Original Estimate: 48h
>          Time Spent: 20m
>  Remaining Estimate: 47h 40m
>
> Currently the PutElasticSearch5 processor does not support external versioning.
> The idea would be to add a property that follows the same logic as the Id property, and allows index documents with an externally controlled version.
> I've changed the code already and added some tests. Right now the changes proposed are:
> - Add a new property Version in the processor block.
> - Change the Index operation to support the versioning number and versioning type = external
> - Check if the versioning is used with other operation types, fail if so.
> (Idea behind this is that the bulk api doest not support external versioning for any other operation except Index)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)