You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`transport.port` |A bind port range. Defaults to `9300-9400`.
18
+
`transport.port`::
19
+
(<<static-cluster-setting,Static>>)
20
+
A bind port range. Defaults to `9300-9400`.
22
21
23
-
|`transport.publish_port` |The port that other nodes in the cluster
22
+
`transport.publish_port`::
23
+
(<<static-cluster-setting,Static>>)
24
+
The port that other nodes in the cluster
24
25
should use when communicating with this node. Useful when a cluster node
25
26
is behind a proxy or firewall and the `transport.port` is not directly
26
27
addressable from the outside. Defaults to the actual port assigned via
27
28
`transport.port`.
28
29
29
-
|`transport.bind_host` |The host address to bind the transport service to. Defaults to `transport.host` (if set) or `network.bind_host`.
30
+
`transport.bind_host`::
31
+
(<<static-cluster-setting,Static>>)
32
+
The host address to bind the transport service to. Defaults to
33
+
`transport.host` (if set) or `network.bind_host`.
30
34
31
-
|`transport.publish_host` |The host address to publish for nodes in the cluster to connect to. Defaults to `transport.host` (if set) or `network.publish_host`.
35
+
`transport.publish_host`::
36
+
(<<static-cluster-setting,Static>>)
37
+
The host address to publish for nodes in the cluster to connect to.
38
+
Defaults to `transport.host` (if set) or `network.publish_host`.
32
39
33
-
|`transport.host` |Used to set the `transport.bind_host` and the `transport.publish_host`.
40
+
`transport.host`::
41
+
(<<static-cluster-setting,Static>>)
42
+
Used to set the `transport.bind_host` and the `transport.publish_host`.
34
43
35
-
36
-
|`transport.connect_timeout` |The connect timeout for initiating a new connection (in
44
+
`transport.connect_timeout`::
45
+
(<<static-cluster-setting,Static>>)
46
+
The connect timeout for initiating a new connection (in
37
47
time setting format). Defaults to `30s`.
38
48
39
-
|`transport.compress` |Set to `true` to enable compression (`DEFLATE`) between
49
+
`transport.compress`::
50
+
(<<static-cluster-setting,Static>>)
51
+
Set to `true` to enable compression (`DEFLATE`) between
40
52
all nodes. Defaults to `false`.
41
53
42
-
|`transport.ping_schedule` | Schedule a regular application-level ping message
54
+
`transport.ping_schedule`::
55
+
(<<static-cluster-setting,Static>>)
56
+
Schedule a regular application-level ping message
43
57
to ensure that transport connections between nodes are kept alive. Defaults to
44
58
`5s` in the transport client and `-1` (disabled) elsewhere. It is preferable
45
59
to correctly configure TCP keep-alives instead of using this feature, because
46
60
TCP keep-alives apply to all kinds of long-lived connections and not just to
0 commit comments