Open wwang500 opened 1 month ago
Version: 8.15.1
Step to reproduce:
{ "statusCode": 404, "error": "Not Found", "message": "[no_such_remote_cluster_exception\n\tRoot causes:\n\t\tno_such_remote_cluster_exception: no such remote cluster: [-cluster1]]: no such remote cluster: [-cluster1]", "attributes": { "body": { "error": { "root_cause": [ { "type": "no_such_remote_cluster_exception", "reason": "no such remote cluster: [-cluster1]" } ], "type": "no_such_remote_cluster_exception", "reason": "no such remote cluster: [-cluster1]" }, "status": 404 } } }
Workaround:
"bool": { "must_not": [ { "terms": { "_index": [ "cluster1:*" ] } } ] }
Pinging @elastic/ml-core (Team:ML)
Version: 8.15.1
Step to reproduce:
Workaround: