From a0c2feb5f7f54fe5c1cdcb936525015b21cbfa18 Mon Sep 17 00:00:00 2001 From: shainaraskas Date: Fri, 31 May 2024 14:51:39 -0400 Subject: [PATCH] change from string to array in example --- docs/reference/docs/reindex.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/docs/reindex.asciidoc b/docs/reference/docs/reindex.asciidoc index 146b519b05e80..dc27e40ecd90b 100644 --- a/docs/reference/docs/reindex.asciidoc +++ b/docs/reference/docs/reindex.asciidoc @@ -1035,7 +1035,7 @@ ignored, only the host and port are used. For example: [source,yaml] -------------------------------------------------- -reindex.remote.whitelist: "otherhost:9200, another:9200, 127.0.10.*:9200, localhost:*" +reindex.remote.whitelist: [otherhost:9200, another:9200, 127.0.10.*:9200, localhost:*"] -------------------------------------------------- The list of allowed hosts must be configured on any nodes that will coordinate the reindex.