migrate_6_0.asciidoc 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. [[breaking-changes-6.0]]
  2. == Breaking changes in 6.0
  3. This section discusses the changes that you need to be aware of when migrating
  4. your application to Elasticsearch 6.0.
  5. [float]
  6. === Indices created before 6.0
  7. Elasticsearch 6.0 can read indices created in version 5.0 or above. An
  8. Elasticsearch 6.0 node will not start in the presence of indices created in a
  9. version of Elasticsearch before 5.0.
  10. [IMPORTANT]
  11. .Reindex indices from Elasticseach 2.x or before
  12. =========================================
  13. Indices created in Elasticsearch 2.x or before will need to be reindexed with
  14. Elasticsearch 5.x in order to be readable by Elasticsearch 6.x. The easiest
  15. way to reindex old indices is to use the `reindex` API.
  16. =========================================
  17. [float]
  18. === Also see:
  19. * <<breaking_60_cat_changes>>
  20. * <<breaking_60_stats_changes>>
  21. * <<breaking_60_rest_changes>>
  22. * <<breaking_60_search_changes>>
  23. * <<breaking_60_mappings_changes>>
  24. * <<breaking_60_docs_changes>>
  25. * <<breaking_60_cluster_changes>>
  26. * <<breaking_60_settings_changes>>
  27. * <<breaking_60_plugins_changes>>
  28. * <<breaking_60_indices_changes>>
  29. * <<breaking_60_scripting_changes>>
  30. * <<breaking_60_ingest_changes>>
  31. * <<breaking_60_percolator_changes>>
  32. include::migrate_6_0/cat.asciidoc[]
  33. include::migrate_6_0/stats.asciidoc[]
  34. include::migrate_6_0/rest.asciidoc[]
  35. include::migrate_6_0/search.asciidoc[]
  36. include::migrate_6_0/mappings.asciidoc[]
  37. include::migrate_6_0/docs.asciidoc[]
  38. include::migrate_6_0/cluster.asciidoc[]
  39. include::migrate_6_0/settings.asciidoc[]
  40. include::migrate_6_0/plugins.asciidoc[]
  41. include::migrate_6_0/indices.asciidoc[]
  42. include::migrate_6_0/scripting.asciidoc[]
  43. include::migrate_6_0/ingest.asciidoc[]
  44. include::migrate_6_0/percolator.asciidoc[]