[
https://issues.apache.org/jira/browse/NIFI-5427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16548163#comment-16548163
]
ASF subversion and git services commented on NIFI-5427:
-------------------------------------------------------
Commit 66783c18b24b1c6b1cfd662c58ca9df1e60b866e in nifi's branch
refs/heads/master from Joe Gresock
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=66783c1 ]
NIFI-5427: Updating ScrollElasticsearchHttp to use POST, supporting ES6
This closes #2890
Signed-off-by: Mike Thomsen <[email protected]>
> ScrollElasticsearchHttp breaks with Elasticsearch 6
> ---------------------------------------------------
>
> Key: NIFI-5427
> URL: https://issues.apache.org/jira/browse/NIFI-5427
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.4.0, 1.5.0, 1.6.0, 1.7.0
> Reporter: Joseph Gresock
> Assignee: Joseph Gresock
> Priority: Minor
>
> The Elasticsearch 6 Scroll API uses scroll IDs that are nearly 10,000
> characters long. Since the ScrollElasticsearchHttp processor uses a GET
> request for scrolling, this breaks the processor after the first scroll call.
>
> The solution is fairly simple: use a POST instead of a GET for the scroll
> calls. This is backwards compatible down to Elasticsearch 2.X.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)