Cluster Discovery
Cluster discovery explained
Examples
Http plain connection
{
"name": "clustername",
"params": {
"hosts": ["http://3.219.233.212:9200"]
}
}SSL and auth
{
"params": {
"hosts": ["localhost", "otherhost"],
"http_auth": ["user", "secret"],
"scheme": "https",
"port": 443
}
}Last updated
Was this helpful?