[
https://issues.apache.org/jira/browse/NIFI-9994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532894#comment-17532894
]
David Handermann commented on NIFI-9994:
----------------------------------------
Thanks for following up [~krotte].
You need to change the NAR dependency to the Elasticsearch API NAR:
{noformat}
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-elasticsearch-client-service-api-nar</artifactId>
<version>1.16.1</version>
<type>nar</type>
</dependency>
{noformat}
> nifi-standard-services-api-nar is missing
> nifi-elasticsearch-client-service-api
> -------------------------------------------------------------------------------
>
> Key: NIFI-9994
> URL: https://issues.apache.org/jira/browse/NIFI-9994
> Project: Apache NiFi
> Issue Type: Task
> Components: Core Framework
> Affects Versions: 1.16.1
> Reporter: Kyle Rotte
> Assignee: David Handermann
> Priority: Minor
>
> The nifi-standard-services-api-nar nar needs to have the
> nifi-elasticsearch-client-service-api jar added to it (a newly added jar)
> added to it. This will enable people to create new processors that leverage
> the ElasticSearchClientService.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)