Skip to content

Commit bdcc9fd

Browse files
authored
[DOCS] Add deprecation docs for path.shared_data and index.data_path (#77724) (#77895)
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 24d6285 commit bdcc9fd

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
@@ -309,4 +310,22 @@ deprecated and will be removed in Elasticsearch 8.0.
309310
Discontinue use of the removed setting. Specifying this setting in Elasticsearch
310311
configuration will result in an error on startup.
311312
====
313+
314+
[discrete]
315+
[[breaking_713_setting_changes]]
316+
==== Setting deprecations
317+
318+
[[deprecate-shared-data-path-settings]]
319+
.The `path.shared_data` and `index.data_path` settings are deprecated.
320+
[%collapsible]
321+
====
322+
*Details* +
323+
The `path.shared_data` node setting and `index.data_path` index setting are
324+
now deprecated. {es} previously used these settings for
325+
{ref-bare}/5.6/indices-shadow-replicas.html[shadow replicas]. The shadow
326+
replicas feature was deprecated in 5.2 and removed in 6.0.
327+
328+
*Impact* +
329+
To avoid deprecation warnings, discontinue use of the deprecated settings.
330+
====
312331
// end::notable-breaking-changes[]

0 commit comments

Comments
 (0)