|
1 | 1 | [[upgrading-elastic-stack]]
|
2 | 2 | == Upgrading the Elastic Stack
|
3 | 3 |
|
4 |
| -We recommend upgrading your stack to 5.6 and using the {xpack} Upgrade Assistant |
5 |
| -to prepare for your upgrade to {version}. You can perform a rolling upgrade when |
6 |
| -upgrading from 5.6 to 6.x, a full cluster restart is generally not required. |
7 |
| -Upgrading from any other version than 5.6 requires a full cluster |
8 |
| -restart. |
| 4 | +When upgrading to a new version of Elasticsearch, you need to upgrade |
| 5 | +each of the products in your Elastic Stack. Beats and Logstash 5.6 are |
| 6 | +compatible with Elasticsearch 6.0 to give you flexibility in scheduling the |
| 7 | +upgrade. |
| 8 | + |
| 9 | +**** |
| 10 | +The steps you need to take to upgrade differ depending on which products you |
| 11 | +are using. Want a list that's tailored to your stack? Try out our |
| 12 | +{upgrade_guide}[Interactive Upgrade Guide]. |
| 13 | +**** |
| 14 | + |
| 15 | +We recommend upgrading to 5.6 before upgrading to {version}. {xpack} 5.6 |
| 16 | +provides a free Upgrade Assistant that identifies issues you need to address |
| 17 | +before upgrading and simplifies migrating indices that need to be reindexed |
| 18 | +before you upgrade. The Upgrade Assistant is enabled with both Trial and |
| 19 | +Basic licenses. You can install X-Pack solely for the purpose of upgrading. |
| 20 | +There's no obligation to continue using X-Pack once your upgrade is complete. |
| 21 | + |
| 22 | +Rolling upgrades are supported when upgrading from Elasticsearch 5.6 to |
| 23 | +{version}, a full cluster restart is not always required. Upgrading from any |
| 24 | +other version than 5.6 requires a full cluster restart. |
| 25 | + |
| 26 | +IMPORTANT: 2.x indices are not compatible with {version}. You must |
| 27 | +remove or reindex them on 5.x before upgrading to {version}. The internal |
| 28 | +Kibana and {xpack} indices and the default Beats and Logstash mapping templates |
| 29 | +also need to be updated to work with {version}. |
9 | 30 |
|
10 | 31 | === Preparing to upgrade
|
11 | 32 |
|
|
0 commit comments