You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _migration-assistant/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ redirect_from:
10
10
- /migration-assistant/index/
11
11
- /upgrade-to/index/
12
12
- /upgrade-to/
13
+
- /upgrade-to/upgrade-to/
13
14
---
14
15
15
16
# Migration Assistant for OpenSearch
@@ -69,7 +70,7 @@ The design deployed in AWS is as follows:
69
70
1. Client traffic is directed to the existing cluster.
70
71
2. An Application Load Balancer with capture proxies relays traffic to a source while replicating data to Amazon Managed Streaming for Apache Kafka (Amazon MSK).
71
72
3. Using the migration console, you can initiate metadata migration to establish indexes, templates, component templates, and aliases on the target cluster.
72
-
4. With continuous traffic capture in place, you can use a `reindex-from-snapshot` process to capture data from your current index.
73
+
4. With continuous traffic capture in place, you can use a `Reindex-from-Snapshot` process to capture data from your current index.
73
74
4. Once `Reindex-from-Snapshot` is complete, captured traffic is replayed from Amazon MSK to the target cluster by the traffic replayer.
74
75
5. Performance and behavior of traffic sent to the source and target clusters are compared by reviewing logs and metrics.
75
76
6. After confirming that the target cluster's functionality meets expectations, clients are redirected to the new target.
Copy file name to clipboardExpand all lines: _migration-assistant/is-migration-assistant-right-for-you.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,10 @@ There are also tools available for migrating cluster configuration, templates, a
48
48
</tbody>
49
49
</table>
50
50
51
+
### Future migration paths
52
+
53
+
To see the OpenSearch migrations roadmap, go to [OpenSearch Migrations - Roadmap](https://github.com/orgs/opensearch-project/projects/229/views/1).
54
+
51
55
### Supported source and target platforms
52
56
53
57
The following source and target platforms are supported:
@@ -74,7 +78,7 @@ Migration Assistant supports the following AWS Regions:
74
78
- AWS GovCloud (US-East)[^1]
75
79
- AWS GovCloud (US-West)[^1]
76
80
77
-
[^1]: GovCloud does not support `reindex-from-snapshot` (RFS) shard sizes above 80 GiB. Ensure your shard sizes are within this limit when planning migrations with RFS in the listed GovCloud regions.
81
+
[^1]: GovCloud does not support `Reindex-from-Snapshot` (RFS) shard sizes above 80 GiB. Ensure your shard sizes are within this limit when planning migrations with RFS in the listed GovCloud regions.
78
82
79
83
### Future migration paths
80
84
@@ -86,13 +90,15 @@ Before starting a migration, consider the scope of the components involved. The
86
90
87
91
| Component | Supported | Recommendations |
88
92
| :--- |:--- | :--- |
89
-
|**Documents**| Yes | Migrate existing data with `reindex-from-snapshot` (RFS) and live traffic with Capture and Replay. |
90
-
|**Index settings**| Yes | Migrate with the metadata migration tool. |
91
-
|**Index mappings**| Yes | Migrate with the metadata migration tool. |
92
-
|**Index templates**| Yes | Migrate with the metadata migration tool. |
93
-
|**Component templates**| Yes | Migrate with the metadata migration tool. |
94
-
|**Aliases**| Yes | Migrate with the metadata migration tool. |
95
-
|**Index State Management (ISM) policies**| Expected in 2025 | Manually migrate using an API. |
96
-
|**Elasticsearch Kibana dashboards**| Expected in 2025 | This tool is only needed when used to migrate Elasticsearch Kibana Dashboards to OpenSearch Dashboards. To start, export JSON files from Kibana and import them into OpenSearch Dashboards; before importing, use the [`dashboardsSanitizer`](https://github.com/opensearch-project/opensearch-migrations/tree/main/dashboardsSanitizer) tool on X-Pack visualizations like Canvas and Lens in Kibana Dashboards, as they may require recreation for compatibility with OpenSearch.|
93
+
|**Documents**| Yes | Migrate existing data with `Reindex-from-Snapshot` (RFS) and live traffic with Capture and Replay. |
94
+
|**Index settings**| Yes | Migrate with the `Metadata-Migration-Tool`. |
95
+
|**Index mappings**| Yes | Migrate with the `Metadata-Migration-Tool`. |
96
+
|**Index templates**| Yes | Migrate with the `Metadata-Migration-Tool`. |
97
+
|**Component templates**| Yes | Migrate with the `Metadata-Migration-Tool`. |
98
+
|**Aliases**| Yes | Migrate with the `Metadata-Migration-Tool`. |
99
+
|**Index State Management (ISM) policies**| Expected in 2025 | Manually migrate using an API. For more information about ISM support, see [issue #944](https://github.com/opensearch-project/opensearch-migrations/issues/944).|
100
+
|**Elasticsearch (Kibana)[^2] dashboards**| Expected in 2025 | This tool is only needed when used to migrate Elasticsearch Kibana Dashboards to OpenSearch Dashboards. To start, export JSON files from Kibana and import them into OpenSearch Dashboards. For Elasticsearch versions Elasticsearch 7.10.2 to 7.17, use the [`dashboardsSanitizer`](https://github.com/opensearch-project/opensearch-migrations/tree/main/dashboardsSanitizer) tool before importing X-Pack visualizations like Canvas and Lens in Kibana Dashboards, as they may require recreation for compatibility with OpenSearch.|
97
101
|**Security constructs**| No | Configure roles and permissions based on cloud provider recommendations. For example, if using AWS, leverage AWS Identity and Access Management (IAM) for enhanced security management. |
98
102
|**Plugins**| No | Check plugin compatibility; some Elasticsearch plugins may not have direct OpenSearch equivalents. |
103
+
104
+
[^2]: Kibana 5.0--7.10.2 will be supported with Elasticsearch Kibana to OpenSearch Dashboards Support on all supported source paths. Kibana 8+ is unsupported. For more information, see [issue #944](https://github.com/opensearch-project/opensearch-migrations/issues/944).
0 commit comments