[
https://issues.apache.org/jira/browse/NIFI-9398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17629389#comment-17629389
]
ASF subversion and git services commented on NIFI-9398:
-------------------------------------------------------
Commit 2acfd1e4967e9989fcfe797729c98321e7fa150f in nifi's branch
refs/heads/main from Chris Sampson
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=2acfd1e496 ]
NIFI-9398 add verification to ElasticSearchClientService (with integration
tests) and Elasticsearch REST API processors
NIFI-9398 processor verification integration-tests for
nifi-elasticsearch-restapi-processors using common
nifi-elasticsearch-test-utils refactored from nifi-elasticsearch-client-service
NIFI-9398 fail index exists verification for Elasticsearch processors whose
operations would not create the index if it doesn't already exist
This closes #6544
Signed-off-by: Mike Thomsen <[email protected]>
> ElasticsearchClientService and restapi processors should be verified
> --------------------------------------------------------------------
>
> Key: NIFI-9398
> URL: https://issues.apache.org/jira/browse/NIFI-9398
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Affects Versions: 1.15.0
> Reporter: Chris Sampson
> Assignee: Chris Sampson
> Priority: Minor
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> The {{ElasticsearchClientService}} should implement
> {{VerifiableControllerService}} and verify its properties, e.g. check that
> the specified host/port actually connect to an Elasticsearch instance, etc.
> Similarly the {{nifi-elasticsearch-restapi-processors}} should implement
> {{VerifiableProcessor}} to verify their settings, e.g. check whether {{type}}
> can be specified for the version of Elasticsearch and/or whether the target
> {{index}} exists (for processors where the index wouldn't be automatically
> created as part of the operation, e.g. {{PutElasticsearch}})
--
This message was sent by Atlassian Jira
(v8.20.10#820010)