Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/reference/migration/migrate_7_13.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ See also <<release-highlights>> and <<es-release-notes>>.
* <<breaking_713_infra_core_deprecations>>
* <<breaking_713_eql_deprecations>>
* <<breaking_713_security_changes>>
* <<breaking_713_setting_changes>>

//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
Expand Down Expand Up @@ -314,4 +315,22 @@ deprecated and will be removed in Elasticsearch 8.0.
Discontinue use of the removed setting. Specifying this setting in Elasticsearch
configuration will result in an error on startup.
====

[discrete]
[[breaking_713_setting_changes]]
==== Setting deprecations

[[deprecate-shared-data-path-settings]]
.The `path.shared_data` and `index.data_path` settings are deprecated.
[%collapsible]
====
*Details* +
The `path.shared_data` node setting and `index.data_path` index setting are
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor point -- "setting" should be plural on this line.

now deprecated. {es} previously used these settings for
{ref-bare}/5.6/indices-shadow-replicas.html[shadow replicas]. The shadow
replicas feature was deprecated in 5.2 and removed in 6.0.

*Impact* +
To avoid deprecation warnings, discontinue use of the deprecated settings.
====
// end::notable-breaking-changes[]