Configuration for ElasticSearch clients. Each configuration for this factory will create a new ElasticSearch client. Any additional properties other than those listed here may be included in the configuration.
The connect timeout in milliseconds to use when connecting to the ElasticSearch server.
The hostname verifier mode to use when connecting over SSL.
The key password for the configured keystore. If not specified the keystore password is used.
The password to use for the configured keystore.
The filesystem location of the keystore to use for SSL connections.
The maximum number of client connections to the ElasticSearch server.
The password to use to authenticate to the ElasticSearch server
The socket timeout (SO_TIMEOUT) to use for ElasticSearch connections.
The trust store password when using SSL
The location of the trust store on the filesystem.
The URL of the ElasticSearch server. This may be a comma-separated list.
The user name to use to authenticate to ElasticSearch.
Enable SSL connections to ElasticSearch.
Enable or disable the sniffer to find cluster endpoints. This should be used with caution, particularly in load-balanced environments. Please consult the ElasticSearch documentation.