Skip to content

Commit

Permalink
[DOCS] Add deprecation docs for translog retention settings (#77814) (#…
Browse files Browse the repository at this point in the history
…77908)

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.
  • Loading branch information
jrodewig committed Sep 16, 2021
1 parent e1eaf0b commit fe31be9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/reference/migration/migrate_7_7.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ See also <<release-highlights>> and <<es-release-notes>>.
//Installation and Upgrade Guide

//tag::notable-breaking-changes[]
[discrete]
[[breaking_77_indices_deprecations]]
=== Indices deprecations

[discrete]
==== Translog retention settings are deprecated.

The `index.translog.retention.age` and `index.translog.retention.size` index
settings are now deprecated. These settings have been ignored since 7.4 in favor
of {ref}/index-modules-history-retention.html[soft deletes].

To avoid deprecation warnings, discontinue use of the settings.

[discrete]
[[breaking_77_logging_changes]]
=== Logging changes
Expand Down

0 comments on commit fe31be9

Please sign in to comment.