You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Chris Sampson (Jira)" <ji...@apache.org> on 2022/11/10 22:48:00 UTC

[jira] [Updated] (NIFI-10797) ElasticSearchClientImpl should allow configuration of useful Elasticsearch RestClient options

     [ https://issues.apache.org/jira/browse/NIFI-10797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Sampson updated NIFI-10797:
---------------------------------
    Description: 
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).

  was:
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
* 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).


> 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
>            Priority: Major
>
> 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)