Github user ijokarumawak commented on a diff in the pull request: https://github.com/apache/nifi/pull/3214#discussion_r240856001 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch/PutElasticsearchHttpRecord.java --- @@ -404,7 +404,7 @@ public void onTrigger(final ProcessContext context, final ProcessSession session reason = itemNode.findPath("reason").asText(); } errorReason = reason; - logger.error("Failed to process {} due to {}, transferring to failure", +ta logger.error("Failed to process {} due to {}, transferring to failure", --- End diff -- I believe this change is not intentional.
---