[
https://issues.apache.org/jira/browse/NIFI-12292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gregory M. Foreman updated NIFI-12292:
--------------------------------------
Description:
PutElasticsearchHttp throws an exception when reading JSON documents that
contain string fields over 20 MB:
{code:java}
PutElasticsearchHttp[id=####] Flow file content is not valid JSON, penalizing
and transferring to failure. {code}
was:
PutElasticsearchHttp throws an exception when reading documents that contain
JSON strings over 20 MB:
{code:java}
PutElasticsearchHttp[id=####] Flow file content is not valid JSON, penalizing
and transferring to failure. {code}
> PutElasticsearchHttp exception with JSON strings over 20 MB
> -----------------------------------------------------------
>
> Key: NIFI-12292
> URL: https://issues.apache.org/jira/browse/NIFI-12292
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.23.2
> Reporter: Gregory M. Foreman
> Priority: Major
>
> PutElasticsearchHttp throws an exception when reading JSON documents that
> contain string fields over 20 MB:
> {code:java}
> PutElasticsearchHttp[id=####] Flow file content is not valid JSON, penalizing
> and transferring to failure. {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)