Skip to content

Commit eb5d806

Browse files
authored
[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.
1 parent 3769e2d commit eb5d806

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/index.asciidoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -510,11 +510,11 @@ requests across the hosts specified in the `hosts` parameter. Remember the
510510

511511
Examples:
512512

513-
`"127.0.0.1"`
514-
`["127.0.0.1:9200","127.0.0.2:9200"]`
515-
`["http://127.0.0.1"]`
516-
`["https://127.0.0.1:9200"]`
517-
`["https://127.0.0.1:9200/mypath"]` (If using a proxy on a subpath)
513+
* `"127.0.0.1"`
514+
* `["127.0.0.1:9200","127.0.0.2:9200"]`
515+
* `["http://127.0.0.1"]`
516+
* `["https://127.0.0.1:9200"]`
517+
* `["https://127.0.0.1:9200/mypath"]` (If using a proxy on a subpath)
518518

519519
Exclude {ref}/modules-node.html[dedicated master nodes] from the `hosts` list to
520520
prevent Logstash from sending bulk requests to the master nodes. This parameter

0 commit comments

Comments
 (0)