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/is-migration-assistant-right-for-you.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,8 @@ Migration Assistant supports the following AWS Regions:
78
78
- AWS GovCloud (US-East)[^1]
79
79
- AWS GovCloud (US-West)[^1]
80
80
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.
81
+
82
+
[^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.
82
83
83
84
### Future migration paths
84
85
@@ -90,15 +91,17 @@ Before starting a migration, consider the scope of the components involved. The
90
91
91
92
| Component | Supported | Recommendations |
92
93
| :--- |:--- | :--- |
93
-
|**Documents**| Yes | Migrate existing data with `Reindex-from-Snapshot` (RFS) and live traffic with Capture and Replay. |
94
+
|**Documents**| Yes | Migrate existing data with RFS and live traffic with Capture and Replay. |
94
95
|**Index settings**| Yes | Migrate with the `Metadata-Migration-Tool`. |
95
96
|**Index mappings**| Yes | Migrate with the `Metadata-Migration-Tool`. |
96
97
|**Index templates**| Yes | Migrate with the `Metadata-Migration-Tool`. |
97
98
|**Component templates**| Yes | Migrate with the `Metadata-Migration-Tool`. |
98
99
|**Aliases**| Yes | Migrate with the `Metadata-Migration-Tool`. |
99
100
|**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.|
101
+
|**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 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.|
101
102
|**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. |
102
103
|**Plugins**| No | Check plugin compatibility; some Elasticsearch plugins may not have direct OpenSearch equivalents. |
103
104
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).
105
+
[^2]: Support for Kibana 5.0 through 7.10.2 migration paths to OpenSearch Dashboards will be added in a future release. Kibana 8 and later are not supported. For more information, see [issue #944](https://github.com/opensearch-project/opensearch-migrations/issues/944).
0 commit comments