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
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