ElasticSearchClientServiceImpl

Description:

No description provided.

Tags:

No tags provided.

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, whether a property supports the NiFi Expression Language, and whether a property is considered "sensitive", meaning that its value will be encrypted. Before entering a value in a sensitive property, ensure that the nifi.properties file has an entry for the property nifi.sensitive.props.key.

NameDefault ValueAllowable ValuesDescription
HTTP HostsA comma-separated list of HTTP hosts that host Elasticsearch query nodes.
Supports Expression Language: true (will be evaluated using variable registry only)
UsernameThe username to use with XPack security.
Supports Expression Language: true (will be evaluated using variable registry only)
PasswordThe password to use with XPack security.
Sensitive Property: true
Supports Expression Language: true (will be evaluated using variable registry only)
SSL Context ServiceController Service API:
SSLContextService
Implementations: StandardSSLContextService
StandardRestrictedSSLContextService
The SSL Context Service used to provide client certificate information for TLS/SSL connections. This service only applies if the Elasticsearch endpoint(s) have been secured with TLS/SSL.
Proxy Configuration ServiceController Service API:
ProxyConfigurationService
Implementation: StandardProxyConfigurationService
Specifies the Proxy Configuration Controller Service to proxy network requests. Supported proxies: HTTP
Connect timeout5000Controls the amount of time, in milliseconds, before a timeout occurs when trying to connect.
Read timeout60000Controls the amount of time, in milliseconds, before a timeout occurs when waiting for a response.
Retry timeout60000Controls the amount of time, in milliseconds, before a timeout occurs when retrying the operation.
CharsetUTF-8The charset to use for interpreting the response from Elasticsearch.
Suppress Null/Empty Valuesalways-suppress
  • Never Suppress Fields that are missing (present in the schema but not in the record), or that have a value of null/empty, will be written out as a null/empty value
  • Always Suppress Fields that are missing (present in the schema but not in the record), or that have a value of null/empty, will not be written out
Specifies how the writer should handle null and empty fields (including objects and arrays)

State management:

This component does not store state.

Restricted:

This component is not restricted.

System Resource Considerations:

None specified.