mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
[DOCS] Minor rewording for HTTP settings (#68295)
* [DOCS] Minor rewording for HTTP settings.
* Revert "[DOCS] Minor rewording for HTTP settings."
This reverts commit 9a831adca6
.
* Adds advanced wording to HTTP & transport settings.
This commit is contained in:
parent
ebf08c0c83
commit
c7855c2657
2 changed files with 6 additions and 23 deletions
|
@ -1,17 +1,9 @@
|
||||||
[[http-settings]]
|
[[http-settings]]
|
||||||
==== HTTP settings
|
==== Advanced HTTP settings
|
||||||
|
|
||||||
The following settings allow you to configure the HTTP interface independently
|
Use the following advanced settings to configure the HTTP interface
|
||||||
of the <<transport-settings,transport interface>>. You can also configure both
|
independently of the <<transport-settings,transport interface>>. You can also
|
||||||
interfaces together using the <<common-network-settings,network settings>>.
|
configure both interfaces together using the <<common-network-settings,network settings>>.
|
||||||
|
|
||||||
`http.port`::
|
|
||||||
(<<static-cluster-setting,Static>>)
|
|
||||||
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`.
|
|
||||||
|
|
||||||
`http.host`::
|
`http.host`::
|
||||||
(<<static-cluster-setting,Static>>)
|
(<<static-cluster-setting,Static>>)
|
||||||
|
|
|
@ -1,20 +1,11 @@
|
||||||
[[transport-settings]]
|
[[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 <<http-settings,HTTP interface>>. Use the
|
independently of the <<http-settings,HTTP interface>>. Use the
|
||||||
<<common-network-settings,network
|
<<common-network-settings,network
|
||||||
settings>> to configure both interfaces together.
|
settings>> to configure both interfaces together.
|
||||||
|
|
||||||
`transport.port`::
|
|
||||||
(<<static-cluster-setting,Static>>)
|
|
||||||
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`::
|
`transport.host`::
|
||||||
(<<static-cluster-setting,Static>>)
|
(<<static-cluster-setting,Static>>)
|
||||||
Sets the address of this node for transport traffic. The node will bind to this
|
Sets the address of this node for transport traffic. The node will bind to this
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue