2020-07-23 23:48:22 +08:00
|
|
|
[discrete]
|
2019-04-13 05:42:05 +08:00
|
|
|
[[breaking_80_network_changes]]
|
2021-01-15 01:14:48 +08:00
|
|
|
==== Network changes
|
2019-04-13 05:42:05 +08:00
|
|
|
|
|
|
|
//NOTE: The notable-breaking-changes tagged regions are re-used in the
|
|
|
|
//Installation and Upgrade Guide
|
|
|
|
|
2021-07-27 05:43:39 +08:00
|
|
|
//tag::notable-breaking-changes[]
|
2020-05-11 20:59:40 +08:00
|
|
|
.The `network.tcp.connect_timeout` setting has been removed.
|
|
|
|
[%collapsible]
|
|
|
|
====
|
|
|
|
*Details* +
|
2019-04-13 05:42:05 +08:00
|
|
|
The `network.tcp.connect_timeout` setting was deprecated in 7.x and has been removed in 8.0. This setting
|
2020-05-11 20:59:40 +08:00
|
|
|
was a fallback setting for `transport.connect_timeout`.
|
|
|
|
|
|
|
|
*Impact* +
|
|
|
|
Use the `transport.connect_timeout` setting to change the default connection
|
|
|
|
timeout for client connections. Discontinue use of the
|
|
|
|
`network.tcp.connect_timeout` setting. Specifying the
|
|
|
|
`network.tcp.connect_timeout` setting in `elasticsearch.yml` will result in an
|
|
|
|
error on startup.
|
2021-01-15 01:14:48 +08:00
|
|
|
====
|
2021-07-27 05:43:39 +08:00
|
|
|
// end::notable-breaking-changes[]
|