Gregory M. Foreman created NIFI-12343:
-----------------------------------------
Summary: PutElasticsearchJson exception with JSON strings over 20
MB
Key: NIFI-12343
URL: https://issues.apache.org/jira/browse/NIFI-12343
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Affects Versions: 1.23.2
Reporter: Gregory M. Foreman
PutElasticsearchJson throws an exception when reading JSON documents that
contain string fields over 20 MB:
{code:java}
PutElasticsearchJson[id=xxxx] No FlowFiles successfully parsed for sending to
Elasticsearch
PutElasticsearchJson[id=xxxx] Could not read FlowFile content valid JSON.:
com.fasterxml.jackson.core.exc.StreamConstraintsException: String length
(20050553) exceeds the maximum length (20000000)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)