gresockj commented on code in PR #7671:
URL: https://github.com/apache/nifi/pull/7671#discussion_r1350734500


##########
nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/main/java/org/apache/nifi/processors/elasticsearch/ElasticsearchRestProcessor.java:
##########
@@ -109,19 +210,92 @@ public interface ElasticsearchRestProcessor extends 
VerifiableProcessor {
             .description("All flowfiles that fail due to server/cluster 
availability go to this relationship.")
             .build();
 
+    String DEFAULT_QUERY_JSON = "{}";

Review Comment:
   Gotcha, missed that.



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to