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.portis replaced bytransport.port -
transport.tcp.compressis replaced bytransport.compress -
transport.tcp.connect_timeoutis replaced bytransport.connect_timeout -
transport.tcp_no_delayis replaced bytransport.tcp.no_delay -
transport.profiles.profile_name.tcp_no_delayis replaced bytransport.profiles.profile_name.tcp.no_delay -
transport.profiles.profile_name.tcp_keep_aliveis replaced bytransport.profiles.profile_name.tcp.keep_alive -
transport.profiles.profile_name.reuse_addressis replaced bytransport.profiles.profile_name.tcp.reuse_address -
transport.profiles.profile_name.send_buffer_sizeis replaced bytransport.profiles.profile_name.tcp.send_buffer_size -
transport.profiles.profile_name.receive_buffer_sizeis replaced bytransport.profiles.profile_name.tcp.receive_buffer_size