We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44135c1 commit 33826edCopy full SHA for 33826ed
tests/Tests.Core/ManagedElasticsearch/Clusters/ClientTestClusterBase.cs
@@ -53,7 +53,7 @@ params ElasticsearchPlugin[] plugins
53
Add(AttributeKey("testingcluster"), "true");
54
Add(AttributeKey("gateway"), "true");
55
Add("search.remote.connect", "true", "<8.0.0");
56
- Add("cluster.remote.connect", "true", ">=8.0.0-SNAPSHOT");
+ Add("node.remote_cluster_client", "true", ">=8.0.0-SNAPSHOT");
57
58
Add($"script.max_compilations_per_minute", "10000", "<6.0.0-rc1");
59
Add($"script.max_compilations_rate", "10000/1m", ">=6.0.0-rc1");
0 commit comments