From f81d28d0a05a013c3a1e0dda6c72773b4310fa2d Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Mon, 31 Oct 2016 20:48:55 -0400 Subject: [PATCH] Fix transport host setting This commit fixes a reference to the transport.host setting which was mistakenly identified as transport.tcp.host. --- docs/reference/setup/bootstrap-checks.asciidoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/reference/setup/bootstrap-checks.asciidoc b/docs/reference/setup/bootstrap-checks.asciidoc index adc58840e6d..9c2276bc213 100644 --- a/docs/reference/setup/bootstrap-checks.asciidoc +++ b/docs/reference/setup/bootstrap-checks.asciidoc @@ -33,10 +33,9 @@ Elaticsearch instance to be in development mode if it does not bind transport to an external interface (the default), and is otherwise in production mode if it does bind transport to an external interface. Note that HTTP can be configured independently of transport via -<> and -<>; this can be useful for -configuring a single instance to be reachable via HTTP for testing -purposes without triggering production mode. +<> and <>; +this can be useful for configuring a single instance to be reachable via +HTTP for testing purposes without triggering production mode. === Heap size check