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:59:00 UTC

[jira] [Commented] (NIFI-3284) Add ability to specify parent document ID for PutElasticsearch processors

    [ https://issues.apache.org/jira/browse/NIFI-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632439#comment-17632439 ] 

Chris Sampson commented on NIFI-3284:
-------------------------------------

The PutElasticsearch processor is no longer part of nifi. Parent hasn't been used in Elasticsearch since version 5.x (current is 8, 5 is EOL as is 6).

NIFI-10067/NIFI-3262 would allow us of a parent field through PutElasticsearchJson/Record of anyone wanted to try and use that in future.

> Add ability to specify parent document ID for PutElasticsearch processors
> -------------------------------------------------------------------------
>
>                 Key: NIFI-3284
>                 URL: https://issues.apache.org/jira/browse/NIFI-3284
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Matt Burgess
>            Priority: Major
>
> Elasticsearch allows the user to model a parent-child (one-to-many) relationship between documents specify a parent document ID for a child document, thereby associating the parent to the child.  The PutElasticsearch processors (PutElasticsearch, PutElasticsearch5, and PutElasticsearchHttp) do not support this feature, but it is a valuable improvement to do so.
> This could be implemented as a processor property that supports Expression Language, but of course other suggestions are welcome.



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