From c7855c26577d071721c09b0a0e1a6c81d88c36e2 Mon Sep 17 00:00:00 2001 From: Adam Locke Date: Mon, 1 Feb 2021 12:41:42 -0500 Subject: [PATCH] [DOCS] Minor rewording for HTTP settings (#68295) * [DOCS] Minor rewording for HTTP settings. * Revert "[DOCS] Minor rewording for HTTP settings." This reverts commit 9a831adca64c9b18720ea290039e60b5a4a710f9. * Adds advanced wording to HTTP & transport settings. --- docs/reference/modules/http.asciidoc | 16 ++++------------ docs/reference/modules/transport.asciidoc | 13 ++----------- 2 files changed, 6 insertions(+), 23 deletions(-) diff --git a/docs/reference/modules/http.asciidoc b/docs/reference/modules/http.asciidoc index 0579e76ecd48..6b96a4a47d5e 100644 --- a/docs/reference/modules/http.asciidoc +++ b/docs/reference/modules/http.asciidoc @@ -1,17 +1,9 @@ [[http-settings]] -==== HTTP settings +==== Advanced HTTP settings -The following settings allow you to configure the HTTP interface independently -of the <>. You can also configure both -interfaces together using the <>. - -`http.port`:: -(<>) -The port to bind for HTTP client communication. Accepts a single value or a -range. If a range is specified, the node will bind to the first available port -in the range. -+ -Defaults to `9200-9300`. +Use the following advanced settings to configure the HTTP interface +independently of the <>. You can also +configure both interfaces together using the <>. `http.host`:: (<>) diff --git a/docs/reference/modules/transport.asciidoc b/docs/reference/modules/transport.asciidoc index 080943715fce..b81ea349f85e 100644 --- a/docs/reference/modules/transport.asciidoc +++ b/docs/reference/modules/transport.asciidoc @@ -1,20 +1,11 @@ [[transport-settings]] -==== Transport settings +==== Advanced transport settings -Use the following settings to configure the transport interface +Use the following advanced settings to configure the transport interface independently of the <>. Use the <> to configure both interfaces together. -`transport.port`:: -(<>) -The port to bind for communication between nodes. Accepts a single value or a -range. If a range is specified, the node will bind to the first available port -in the range. Set this setting to a single port, not a range, on every -master-eligible node. -+ -Defaults to `9300-9400`. - `transport.host`:: (<>) Sets the address of this node for transport traffic. The node will bind to this