From eb5d806d7be9c53b42ba52a23ec5c3b343764aba Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Thu, 4 Feb 2021 10:53:30 -0800 Subject: [PATCH] [DOC] Fix formatting of hosts examples The 4-space formatting created a code block, which meant the backticks showed up in the output instead of indicating code formatting for each individual example, which made it appear that the backticks had syntactical meaning in the configuration file. --- docs/index.asciidoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index ddb0141d5..daf2e37f0 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -510,11 +510,11 @@ requests across the hosts specified in the `hosts` parameter. Remember the Examples: - `"127.0.0.1"` - `["127.0.0.1:9200","127.0.0.2:9200"]` - `["http://127.0.0.1"]` - `["https://127.0.0.1:9200"]` - `["https://127.0.0.1:9200/mypath"]` (If using a proxy on a subpath) + * `"127.0.0.1"` + * `["127.0.0.1:9200","127.0.0.2:9200"]` + * `["http://127.0.0.1"]` + * `["https://127.0.0.1:9200"]` + * `["https://127.0.0.1:9200/mypath"]` (If using a proxy on a subpath) Exclude {ref}/modules-node.html[dedicated master nodes] from the `hosts` list to prevent Logstash from sending bulk requests to the master nodes. This parameter