[
https://issues.apache.org/jira/browse/NIFI-10797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17726291#comment-17726291
]
ASF subversion and git services commented on NIFI-10797:
--------------------------------------------------------
Commit dc17b3b4cd3a344bb3a2dbd6acacd878943267b7 in nifi's branch
refs/heads/support/nifi-1.x from Chris Sampson
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=dc17b3b4cd ]
NIFI-10797 add customisable Elasticsearch REST Client config and Elasticsearch
Cluster Sniffer
Signed-off-by: Joe Gresock <[email protected]>
> ElasticSearchClientImpl should allow configuration of useful Elasticsearch
> RestClient options
> ---------------------------------------------------------------------------------------------
>
> Key: NIFI-10797
> URL: https://issues.apache.org/jira/browse/NIFI-10797
> Project: Apache NiFi
> Issue Type: Improvement
> Affects Versions: 1.18.0
> Reporter: Chris Sampson
> Assignee: Chris Sampson
> Priority: Major
> Fix For: 2.0.0
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> The ElasticSearchClientImpl Controller Service should expose and make use of
> useful [Elasticsearch
> RestClient|https://www.elastic.co/guide/en/elasticsearch/client/java-rest/7.13/java-rest-low.html]
> configuration options, such as:
> *
> [Sniffer|https://www.elastic.co/guide/en/elasticsearch/client/java-rest/7.13/_usage.html]
> ** Sniff on connect
> ** Sniff on failure
> * Compression
> * Path Prefix
> * Node Selection: {{Any}} or {{Skip Dedicated Master}}
> The documentation for this controller should probably also indicate that it
> is using version {{7.13.4}} of the Elasticsearch low-level Rest Client
> library so as to remain open source and avoid the library's validation of
> connections being made to Elastic-based services (i.e. the current setup
> within NiFi *should* allow users to connect with Elasticsearch alternatives,
> such as AWS OpenSearch).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)