From 68de5f25c2cabed39fe27917e286ad705ccb67a7 Mon Sep 17 00:00:00 2001 From: Antonio Rodriguez Date: Wed, 7 May 2025 14:36:02 +0200 Subject: [PATCH] Update reindex.asciidoc Fix missing quotes on Elastic documentation example, please review the other elastic version documentation. --- 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 455410ad943a0..5fc0965ca30bb 100644 --- a/docs/reference/docs/reindex.asciidoc +++ b/docs/reference/docs/reindex.asciidoc @@ -1041,7 +1041,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.