Skip to content

Commit 15eac34

Browse files
authored
Add editorial review for MA tweaks (opensearch-project#10032)
* Migration Assistant updates and feedback. Signed-off-by: Archer <[email protected]> * Remove cruft from other MAT branch Signed-off-by: Archer <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Add editorial review Signed-off-by: Archer <[email protected]> --------- Signed-off-by: Archer <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]>
1 parent bb44d73 commit 15eac34

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

_migration-assistant/is-migration-assistant-right-for-you.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ Migration Assistant supports the following AWS Regions:
7878
- AWS GovCloud (US-East)[^1]
7979
- AWS GovCloud (US-West)[^1]
8080

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.
8283

8384
### Future migration paths
8485

@@ -90,15 +91,17 @@ Before starting a migration, consider the scope of the components involved. The
9091

9192
| Component | Supported | Recommendations |
9293
| :--- |:--- | :--- |
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. |
9495
| **Index settings** | Yes | Migrate with the `Metadata-Migration-Tool`. |
9596
| **Index mappings** | Yes | Migrate with the `Metadata-Migration-Tool`. |
9697
| **Index templates** | Yes | Migrate with the `Metadata-Migration-Tool`. |
9798
| **Component templates** | Yes | Migrate with the `Metadata-Migration-Tool`. |
9899
| **Aliases** | Yes | Migrate with the `Metadata-Migration-Tool`. |
99100
| **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.|
101102
| **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. |
102103
| **Plugins** | No | Check plugin compatibility; some Elasticsearch plugins may not have direct OpenSearch equivalents. |
103104

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).
106+
107+

0 commit comments

Comments
 (0)