2019-02-09 07:48:42 +08:00
|
|
|
[[breaking-changes-8.0]]
|
|
|
|
== Breaking changes in 8.0
|
|
|
|
++++
|
|
|
|
<titleabbrev>8.0</titleabbrev>
|
|
|
|
++++
|
|
|
|
|
|
|
|
This section discusses the changes that you need to be aware of when migrating
|
|
|
|
your application to {es} 8.0.
|
|
|
|
|
|
|
|
See also <<release-highlights>> and <<es-release-notes>>.
|
|
|
|
|
2019-02-16 03:15:05 +08:00
|
|
|
coming[8.0.0]
|
|
|
|
|
2019-02-26 22:02:43 +08:00
|
|
|
* <<breaking_80_analysis_changes>>
|
2019-03-04 22:51:12 +08:00
|
|
|
* <<breaking_80_discovery_changes>>
|
2019-02-16 03:15:05 +08:00
|
|
|
* <<breaking_80_mappings_changes>>
|
2019-02-28 19:34:13 +08:00
|
|
|
* <<breaking_80_snapshots_changes>>
|
2019-03-29 15:04:49 +08:00
|
|
|
* <<breaking_80_security_changes>>
|
2019-02-16 03:15:05 +08:00
|
|
|
|
2019-03-23 06:45:13 +08:00
|
|
|
//NOTE: The notable-breaking-changes tagged regions are re-used in the
|
|
|
|
//Installation and Upgrade Guide
|
2019-03-09 02:51:27 +08:00
|
|
|
|
|
|
|
//tag::notable-breaking-changes[]
|
|
|
|
[float]
|
|
|
|
==== Indices created before 7.0
|
2019-02-18 19:51:40 +08:00
|
|
|
|
|
|
|
Elasticsearch 8.0 can read indices created in version 7.0 or above. An
|
|
|
|
Elasticsearch 8.0 node will not start in the presence of indices created in a
|
|
|
|
version of Elasticsearch before 7.0.
|
|
|
|
|
|
|
|
[IMPORTANT]
|
|
|
|
.Reindex indices from Elasticsearch 6.x or before
|
|
|
|
=========================================
|
|
|
|
|
|
|
|
Indices created in Elasticsearch 6.x or before will need to be reindexed with
|
|
|
|
Elasticsearch 7.x in order to be readable by Elasticsearch 8.x.
|
|
|
|
|
|
|
|
=========================================
|
2019-03-09 02:51:27 +08:00
|
|
|
// end::notable-breaking-changes[]
|
2019-02-18 19:51:40 +08:00
|
|
|
|
2019-02-26 22:02:43 +08:00
|
|
|
include::migrate_8_0/analysis.asciidoc[]
|
2019-03-04 22:51:12 +08:00
|
|
|
include::migrate_8_0/discovery.asciidoc[]
|
2019-02-26 22:02:43 +08:00
|
|
|
include::migrate_8_0/mappings.asciidoc[]
|
2019-02-28 19:34:13 +08:00
|
|
|
include::migrate_8_0/snapshots.asciidoc[]
|
2019-03-29 15:04:49 +08:00
|
|
|
include::migrate_8_0/security.asciidoc[]
|