Skip to content

Commit f36a44b

Browse files
authored
[DOCS] Add deprecation docs for path.shared_data and index.data_path (#77724) (#77894)
We deprecated the `path.shared_data` and `index.data_path` settings in 7.13 with PR #73178. However, we didn't add a related item to the 7.13 migration docs. This adds the missing item. Relates to #73178.
1 parent 6bd588e commit f36a44b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/reference/migration/migrate_7_13.asciidoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ See also <<release-highlights>> and <<es-release-notes>>.
1616
* <<breaking_713_infra_core_deprecations>>
1717
* <<breaking_713_eql_deprecations>>
1818
* <<breaking_713_security_changes>>
19+
* <<breaking_713_setting_changes>>
1920

2021
//NOTE: The notable-breaking-changes tagged regions are re-used in the
2122
//Installation and Upgrade Guide
@@ -314,4 +315,22 @@ deprecated and will be removed in Elasticsearch 8.0.
314315
Discontinue use of the removed setting. Specifying this setting in Elasticsearch
315316
configuration will result in an error on startup.
316317
====
318+
319+
[discrete]
320+
[[breaking_713_setting_changes]]
321+
==== Setting deprecations
322+
323+
[[deprecate-shared-data-path-settings]]
324+
.The `path.shared_data` and `index.data_path` settings are deprecated.
325+
[%collapsible]
326+
====
327+
*Details* +
328+
The `path.shared_data` node setting and `index.data_path` index setting are
329+
now deprecated. {es} previously used these settings for
330+
{ref-bare}/5.6/indices-shadow-replicas.html[shadow replicas]. The shadow
331+
replicas feature was deprecated in 5.2 and removed in 6.0.
332+
333+
*Impact* +
334+
To avoid deprecation warnings, discontinue use of the deprecated settings.
335+
====
317336
// end::notable-breaking-changes[]

0 commit comments

Comments
 (0)