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 16:02:00 UTC

[jira] [Resolved] (NIFI-9034) Allow multiple urls in PutElasticsearchHttp and round robin between them

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

Chris Sampson resolved NIFI-9034.
---------------------------------
    Resolution: Won't Fix

> Allow multiple urls in PutElasticsearchHttp and round robin between them
> ------------------------------------------------------------------------
>
>                 Key: NIFI-9034
>                 URL: https://issues.apache.org/jira/browse/NIFI-9034
>             Project: Apache NiFi
>          Issue Type: Task
>            Reporter: Eylon Ronen
>            Priority: Minor
>   Original Estimate: 1h
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> When indexing to elasticsearch you rarely want to send all your data to one node. One might use a coordinator node but when ingesting a lot of data that too is not enough. All ES SDKs support the use of multiple nodes and load balancing between them, but since this processor uses GoHttp client it does not, which forces users with scale to use a load balancer such as nginx.
> The solution would be to allow the user to insert a list of urls (much like in the kafka processors) and then load balancing between them



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