diff --git a/tests/Tests.Core/ManagedElasticsearch/Clusters/ClientTestClusterBase.cs b/tests/Tests.Core/ManagedElasticsearch/Clusters/ClientTestClusterBase.cs index 3b50bf93d38..70f2f1e1701 100644 --- a/tests/Tests.Core/ManagedElasticsearch/Clusters/ClientTestClusterBase.cs +++ b/tests/Tests.Core/ManagedElasticsearch/Clusters/ClientTestClusterBase.cs @@ -53,7 +53,7 @@ params ElasticsearchPlugin[] plugins Add(AttributeKey("testingcluster"), "true"); Add(AttributeKey("gateway"), "true"); Add("search.remote.connect", "true", "<8.0.0"); - Add("cluster.remote.connect", "true", ">=8.0.0-SNAPSHOT"); + Add("node.remote_cluster_client", "true", ">=8.0.0-SNAPSHOT"); Add($"script.max_compilations_per_minute", "10000", "<6.0.0-rc1"); Add($"script.max_compilations_rate", "10000/1m", ">=6.0.0-rc1");