From 7d1a37139c4ccac3ae5754671f15faf6a124b365 Mon Sep 17 00:00:00 2001 From: Peter Dyson Date: Thu, 24 May 2018 15:35:49 +1000 Subject: [PATCH] Correct yaml formatting fix --- docs/reference/docs/reindex.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/docs/reindex.asciidoc b/docs/reference/docs/reindex.asciidoc index da9126da66d96..f8273642e8434 100644 --- a/docs/reference/docs/reindex.asciidoc +++ b/docs/reference/docs/reindex.asciidoc @@ -435,9 +435,10 @@ of allowed remote `host` and `port` combinations (e.g. ignored by the whitelist - only host and port are used, for example: -``` +[source,yaml] +-------------------------------------------------- reindex.remote.whitelist: "otherhost:9200, another:9200, 127.0.10.*:9200, localhost:*" -``` +-------------------------------------------------- The whitelist must be configured on any nodes that will coordinate the reindex.