Skip to content

Commit 78d6034

Browse files
authored
change from string to array in example (#109263) (#109700)
(cherry picked from commit d12a318)
1 parent fae0a87 commit 78d6034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/docs/reindex.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ ignored, only the host and port are used. For example:
10171017

10181018
[source,yaml]
10191019
--------------------------------------------------
1020-
reindex.remote.whitelist: "otherhost:9200, another:9200, 127.0.10.*:9200, localhost:*"
1020+
reindex.remote.whitelist: [otherhost:9200, another:9200, 127.0.10.*:9200, localhost:*"]
10211021
--------------------------------------------------
10221022

10231023
The list of allowed hosts must be configured on any nodes that will coordinate the reindex.

0 commit comments

Comments
 (0)