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.
reindex.remote.allowlist
1 parent df93ff4 commit de1fc49Copy full SHA for de1fc49
src/test/java/org/opensearch/security/ccstest/RemoteReindexTests.java
@@ -76,7 +76,7 @@ public void tearDown() throws Exception {
76
}
77
78
private Settings crossClusterNodeSettings(ClusterInfo remote) {
79
- Settings.Builder builder = Settings.builder().putList("reindex.remote.whitelist", remote.httpHost + ":" + remote.httpPort);
+ Settings.Builder builder = Settings.builder().putList("reindex.remote.allowlist", remote.httpHost + ":" + remote.httpPort);
80
return builder.build();
81
82
0 commit comments