network.asciidoc 790 B

123456789101112131415161718192021222324
  1. [float]
  2. [[breaking_80_network_changes]]
  3. === Network changes
  4. //NOTE: The notable-breaking-changes tagged regions are re-used in the
  5. //Installation and Upgrade Guide
  6. //tag::notable-breaking-changes[]
  7. // end::notable-breaking-changes[]
  8. .The `network.tcp.connect_timeout` setting has been removed.
  9. [%collapsible]
  10. ====
  11. *Details* +
  12. The `network.tcp.connect_timeout` setting was deprecated in 7.x and has been removed in 8.0. This setting
  13. was a fallback setting for `transport.connect_timeout`.
  14. *Impact* +
  15. Use the `transport.connect_timeout` setting to change the default connection
  16. timeout for client connections. Discontinue use of the
  17. `network.tcp.connect_timeout` setting. Specifying the
  18. `network.tcp.connect_timeout` setting in `elasticsearch.yml` will result in an
  19. error on startup.
  20. ====