Elasticsearch - Cluster Management
You wrote this configuration:
But cross-cluster search still fails. What is a likely cause?
PUT /_cluster/settings
{
"persistent": {
"search.remote.remoteC.seeds": ["10.0.0.5:9300"]
}
}But cross-cluster search still fails. What is a likely cause?
