Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2615#discussion_r217884483 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml --- @@ -150,6 +172,7 @@ <httpPort>9400</httpPort> <version>5.6.2</version> <timeout>90</timeout> + <pathInitScript>src/test/resources/setup.script</pathInitScript> --- End diff -- Verified that's the case. Going to have to look into that.
---