Skip to content

Commit 3353597

Browse files
authored
[DOCS] Add deprecation docs for translog retention settings (#77814) (#77912)
We deprecated the translog retention settings in 7.7 with PR #45473. However, we didn't add a related item to the 7.7 breaking changes docs. This adds the missing item. Relates to #51697.
1 parent 9d8cd23 commit 3353597

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/reference/migration/migrate_7_7.asciidoc

+13
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ See also <<release-highlights>> and <<es-release-notes>>.
1313
//Installation and Upgrade Guide
1414

1515
//tag::notable-breaking-changes[]
16+
[discrete]
17+
[[breaking_77_indices_deprecations]]
18+
=== Indices deprecations
19+
20+
[discrete]
21+
==== Translog retention settings are deprecated.
22+
23+
The `index.translog.retention.age` and `index.translog.retention.size` index
24+
settings are now deprecated. These settings have been ignored since 7.4 in favor
25+
of {ref}/index-modules-history-retention.html[soft deletes].
26+
27+
To avoid deprecation warnings, discontinue use of the settings.
28+
1629
[discrete]
1730
[[breaking_77_logging_changes]]
1831
=== Logging changes

0 commit comments

Comments
 (0)