Skip to content

Commit

Permalink
[DOCS] Add deprecation docs for 6.x and earlier indices (#77804)
Browse files Browse the repository at this point in the history
In 8.0, Elasticsearch will not start in the presence of indices
created in 6.x or earlier versions.

This adds a related item to the 7.15 deprecation docs.

Relates to #37510
  • Loading branch information
jrodewig committed Sep 16, 2021
1 parent 554438e commit 107e7e9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/reference/migration/migrate_7_15.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,27 @@ logging>>.
[[breaking_715_indices_deprecations]]
==== Indices deprecations

[[deprecate-6x-indices]]
.Indices created in Elasticsearch 6.x and earlier versions are deprecated.
[%collapsible]
====
*Details* +
In 8.x, {es} will only read indices created in version 7.0 or above. An 8.x node
will not start in the presence of indices created in 6.x or earlier versions of
{es}.
*Impact* +
Before upgrading to an 8.x version, reindex any index created in 6.x or earlier
versions with {es} 7.x. If you no longer need the index, delete it instead.
You can use the get index API to check the {es} version in which an index
was created.
[source,console]
----
GET *,-.*?human=true&filter_path=**.settings.index.version.created_string
----
====

[[deprecate-simpleifs]]
.The `simpleifs` index store type is deprecated.
[%collapsible]
Expand Down

0 comments on commit 107e7e9

Please sign in to comment.