From 14c2a24127c2332fc1b4f4411b6ebee518797efb Mon Sep 17 00:00:00 2001 From: shainaraskas <58563081+shainaraskas@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:29:00 -0400 Subject: [PATCH] change from string to array in example (#109263) (cherry picked from commit d12a31830408e3c33da50e23cf8a82ecc81ff292) --- 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 4b062199046fa..c00ee039e75e2 100644 --- a/docs/reference/docs/reindex.asciidoc +++ b/docs/reference/docs/reindex.asciidoc @@ -1017,7 +1017,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.