- Installation and Upgrade Guide: other versions:
- Overview
- Installing the Elastic Stack
- Upgrading the Elastic Stack
- Highlights
- Breaking changes
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Elasticsearch breaking changes
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Elasticsearch breaking changes
editThis list summarizes the most important breaking changes in Elasticsearch 7.1.1. For the complete list, go to Elasticsearch breaking changes.
Deprecation of old transport settings
editThe following settings are deprecated in 7.1. Each setting has a replacement setting that was introduced in 6.7.
-
transport.tcp.port
is replaced bytransport.port
-
transport.tcp.compress
is replaced bytransport.compress
-
transport.tcp.connect_timeout
is replaced bytransport.connect_timeout
-
transport.tcp_no_delay
is replaced bytransport.tcp.no_delay
-
transport.profiles.profile_name.tcp_no_delay
is replaced bytransport.profiles.profile_name.tcp.no_delay
-
transport.profiles.profile_name.tcp_keep_alive
is replaced bytransport.profiles.profile_name.tcp.keep_alive
-
transport.profiles.profile_name.reuse_address
is replaced bytransport.profiles.profile_name.tcp.reuse_address
-
transport.profiles.profile_name.send_buffer_size
is replaced bytransport.profiles.profile_name.tcp.send_buffer_size
-
transport.profiles.profile_name.receive_buffer_size
is replaced bytransport.profiles.profile_name.tcp.receive_buffer_size
On this page
Was this helpful?
Thank you for your feedback.