case classElasticsearchClientUri(uri: String, hosts: List[(String, Int)], options: Map[String, String] = Map.empty) extends Product with Serializable
Uri used to connect to an Elasticsearch cluster. The general format is
http(s)://host:port),host:port)?querystring
Multiple host:port combinations can be specified, seperated by commas.
Options can be specified using standard uri query string syntax, eg cluster.name=superman
To use HTTPS when using the HTTP client, add ssl=true to the query parameters.
Annotations
@deprecated
Deprecated
(Since version 6.3.3) Use ElasticNodeEndpoint
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Uri used to connect to an Elasticsearch cluster. The general format is
http(s)://host:port),host:port)?querystring
Multiple host:port combinations can be specified, seperated by commas. Options can be specified using standard uri query string syntax, eg cluster.name=superman
To use HTTPS when using the HTTP client, add ssl=true to the query parameters.
(Since version 6.3.3) Use ElasticNodeEndpoint