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 af92da7 commit 1600a4dCopy full SHA for 1600a4d
src/Tests/Framework/ManagedElasticsearch/Clusters/ClientTestClusterBase.cs
@@ -40,7 +40,7 @@ public ClientTestClusterConfiguration(ClusterFeatures features = ClusterFeatures
40
41
this.Add(this.AttributeKey("testingcluster"), "true");
42
this.Add(this.AttributeKey("gateway"), "true");
43
- this.Add("search.remote.connect", "true");
+ this.Add("search.remote.connect", "true", ">=5.3.0");
44
45
this.Add($"script.max_compilations_per_minute", "10000", "<6.0.0-rc1");
46
this.Add($"script.max_compilations_rate", "10000/1m", ">=6.0.0-rc1");
0 commit comments