You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Alex Savitsky (JIRA)" <ji...@apache.org> on 2019/01/08 15:04:00 UTC

[jira] [Created] (NIFI-5937) PutElasticsearchHttpRecord uses system default encoding

Alex Savitsky created NIFI-5937:
-----------------------------------

             Summary: PutElasticsearchHttpRecord uses system default encoding
                 Key: NIFI-5937
                 URL: https://issues.apache.org/jira/browse/NIFI-5937
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 1.8.0
            Reporter: Alex Savitsky


PutElasticsearchHttpRecord line 348:
{code:java}
json.append(out.toString());
{code}
Should use the encoding configured in the processor in the toString call.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)