ChrisSamo632 commented on code in PR #8881:
URL: https://github.com/apache/nifi/pull/8881#discussion_r1617547019


##########
nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/main/java/org/apache/nifi/processors/elasticsearch/ElasticsearchRestProcessor.java:
##########
@@ -182,6 +186,15 @@ public interface ElasticsearchRestProcessor extends 
Processor, VerifiableProcess
             .required(false)
             .build();
 
+    PropertyDescriptor MAX_JSON_FIELD_STRING_LENGTH = new 
PropertyDescriptor.Builder()
+            .name("Max JSON Field String Length")
+            .displayName("Max JSON FieldString Length")

Review Comment:
   D'oh, good spot - updated



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to