Upgrading Amazon OpenSearch Service domains
Note
OpenSearch and Elasticsearch version upgrades differ from service software updates. For information on updating the service software for your OpenSearch Service domain, see Service software updates in Amazon OpenSearch Service.
Amazon OpenSearch Service offers in-place upgrades for domains that run OpenSearch 1.0 or later, or Elasticsearch 5.1 or later. If you use services like Amazon Data Firehose or Amazon CloudWatch Logs to stream data to OpenSearch Service, check that these services support the newer version of OpenSearch before migrating.
Supported upgrade paths
Currently, OpenSearch Service supports the following upgrade paths:
From version | To version |
---|---|
OpenSearch 1.3 or 2.x |
OpenSearch 2.x Version 2.3 has the following breaking changes:
|
OpenSearch 1.x | OpenSearch 1.x |
Elasticsearch 7.x |
Elasticsearch 7.x or OpenSearch 1.x ImportantOpenSearch 1.x introduces numerous breaking changes. For details, see Amazon OpenSearch Service rename - Summary of changes. |
Elasticsearch 6.8 |
Elasticsearch 7.x or OpenSearch 1.x ImportantElasticsearch 7.0 and OpenSearch 1.0 include numerous breaking changes. Before initiating an in-place upgrade, we recommend taking a manual snapshot of the 6.x domain, restoring it on a test 7.x or OpenSearch 1.x domain, and using that test domain to identify potential upgrade issues. For breaking changes in OpenSearch 1.0, see Amazon OpenSearch Service rename - Summary of changes. Like Elasticsearch 6.x, indexes
can only contain one mapping type, but that type must now be
named For new indexes, self-hosted Elasticsearch 7.x and OpenSearch 1.x have a default shard count of one. OpenSearch Service domains on Elasticsearch 7.x and later retain the previous default of five. |
Elasticsearch 6.x |
Elasticsearch 6.x |
Elasticsearch 5.6 |
Elasticsearch 6.x ImportantIndexes created in version 6.x no longer support multiple mapping types. Indexes created in version 5.x still support multiple mapping types when restored into a 6.x cluster. Check that your client code creates only a single mapping type per index. To minimize downtime during the upgrade from Elasticsearch 5.6 to
6.x, OpenSearch Service reindexes the
|
Elasticsearch 5.x | Elasticsearch 5.x |
The upgrade process consists of three steps:
-
Pre-upgrade checks – OpenSearch Service checks for issues that can block an upgrade and doesn't proceed to the next step unless these checks succeed.
-
Snapshot – OpenSearch Service takes a snapshot of the OpenSearch or Elasticsearch cluster and doesn't proceed to the next step unless the snapshot succeeds. If the upgrade fails, OpenSearch Service uses this snapshot to restore the cluster to its original state. For more information see Can't downgrade after upgrade.
-
Upgrade – OpenSearch Service starts the upgrade, which can take from 15 minutes to several hours to complete. OpenSearch Dashboards might be unavailable during some or all of the upgrade.
Troubleshooting validation failures
When you initiate an OpenSearch or Elasticsearch version upgrade, OpenSearch Service first performs a series of validation checks to ensure that your domain is eligible for an upgrade. If any of these checks fail, you receive a notification containing the specific issues that you must fix before upgrading your domain. For a list of potential issues and steps to resolve them, see Troubleshooting validation errors.
Troubleshooting an upgrade
In-place upgrades require healthy domains. Your domain might be ineligible for an upgrade or fail to upgrade for a wide variety of reasons. The following table shows the most common issues.
Issue | Description |
---|---|
Optional plugin not supported |
When you upgrade a domain with optional plugins, OpenSearch Service automatically upgrades the plugins as well. Therefore, the target version for your domain must also support these optional plugins. If the domain has an optional plugin installed that is not available for the target version, the upgrade request fails. |
Too many shards per node | OpenSearch, as well as 7.x versions of Elasticsearch, have a default setting of no more than 1,000 shards per node. If a node in your current cluster exceeds this setting, OpenSearch Service doesn't allow you to upgrade. See Exceeded maximum shard limit for troubleshooting options. |
Domain in processing | The domain is in the middle of a configuration change. Check upgrade eligibility after the operation completes. |
Red cluster status | One or more indexes in the cluster is red. For troubleshooting steps, see Red cluster status. |
High error rate | The cluster is returning a large number of 5xx errors when attempting to process requests. This problem is usually the result of too many simultaneous read or write requests. Consider reducing traffic to the cluster or scaling your domain. |
Split brain | Split brain means that your
cluster has more than one master node and has split into two clusters
that never will rejoin on their own. You can avoid split brain by using
the recommended number of dedicated master
nodes. For help recovering from split brain, contact AWS Support |
Master node not found | OpenSearch Service can't find the cluster's master node. If your domain uses multi-AZ, an
Availability Zone failure might have caused the cluster to lose quorum
and be unable to elect a new master node.
If the issue does not self-resolve, contact AWS Support |
Too many pending tasks | The master node is under heavy load and has many pending tasks. Consider reducing traffic to the cluster or scaling your domain. |
Impaired storage volume | The disk volume of one or more nodes isn't functioning properly. This
issue often occurs alongside other issues, like a high error rate or too
many pending tasks. If it occurs in isolation and doesn't self-resolve,
contact AWS Support |
KMS key issue | The KMS key that is used to encrypt the domain is either inaccessible or missing. For more information, see Monitoring domains that encrypt data at rest. |
Snapshot in progress | The domain is currently taking a snapshot. Check upgrade eligibility after the snapshot finishes. Also check that you can list manual snapshot repositories, list snapshots within those repositories, and take manual snapshots. If OpenSearch Service is unable to check whether a snapshot is in progress, upgrades can fail. |
Snapshot timeout or failure | The pre-upgrade snapshot took too long to complete or failed. Check
cluster health, and try again. If the problem persists, contact AWS Support |
Incompatible indexes | One or more indexes is incompatible with the target version. This problem can occur if you migrated the indexes from an older version of OpenSearch or Elasticsearch. Reindex the indexes and try again. |
High disk usage | Disk usage for the cluster is above 90%. Delete data or scale the domain, and try again. |
High JVM usage | JVM memory pressure is above 75%. Reduce traffic to the cluster or scale the domain, and try again. |
OpenSearch Dashboards alias problem | .dashboards is already configured as an alias and maps
to an incompatible index, likely one from an earlier version of
OpenSearch Dashboards. Reindex and try again. |
Red Dashboards status | OpenSearch Dashboards status is red. Try using Dashboards when the upgrade completes. If the red status persists, resolve it manually, and try again. |
Cross-cluster compatibility |
You can only upgrade if cross-cluster compatibility is maintained between the source and destination domains after the upgrade. During the upgrade process, any incompatible connections are identified. To proceed, either upgrade the remote domain or delete the incompatible connections. Note that if replication is active on the domain, you can't resume it once you delete the connection. |
Other OpenSearch Service service issue | Issues with OpenSearch Service itself might cause your domain to display as
ineligible for an upgrade. If none of the preceding conditions apply to
your domain and the problem persists for more than a day, contact AWS Support |