Skip to content

Commit 68de5f2

Browse files
authored
Update reindex.asciidoc
Fix missing quotes on Elastic documentation example, please review the other elastic version documentation.
1 parent 4065510 commit 68de5f2

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
@@ -1041,7 +1041,7 @@ ignored, only the host and port are used. For example:
10411041

10421042
[source,yaml]
10431043
--------------------------------------------------
1044-
reindex.remote.whitelist: [otherhost:9200, another:9200, 127.0.10.*:9200, localhost:*"]
1044+
reindex.remote.whitelist: ["otherhost:9200", "another:9200", "127.0.10.*:9200", "localhost:*"]
10451045
--------------------------------------------------
10461046

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

0 commit comments

Comments
 (0)