Update Migration Assistant docs for OpenSearch Serverless NextGen#12489
Open
jugal-chauhan wants to merge 3 commits into
Open
Update Migration Assistant docs for OpenSearch Serverless NextGen#12489jugal-chauhan wants to merge 3 commits into
jugal-chauhan wants to merge 3 commits into
Conversation
|
Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Merged. Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer. When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). |
3061889 to
f39c726
Compare
Signed-off-by: Jugal Chauhan <jugaldc@amazon.com>
Signed-off-by: Jugal Chauhan <jugaldc@amazon.com>
70f6227 to
3e5b02f
Compare
Signed-off-by: Jugal Chauhan <jugaldc@amazon.com>
Collaborator
|
@jugal-chauhan Is this PR ready for doc review? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates the Migration Assistant section to reflect Amazon OpenSearch Serverless NextGen GA.
NextGen is the new default architecture for Amazon OpenSearch Serverless. Existing docs were written for the Classic architecture only and don't mention collection groups, the new endpoint format, or the inheritance model. This PR pivots the Serverless content across the Migration Assistant tree so users following the playbooks land on a working NextGen migration path.
Key changes
Amazon OpenSearch ServerlesstoAmazon OpenSearch Serverless NextGenacross all migration-assistant pages (full form on first use per page, thenServerless NextGenfor brevity).<id>.<region>.aoss.amazonaws.comto<id>.aoss.<region>.on.aws(the NextGen format).create-collectioncommand in that playbook to include--collection-group-name. Generation is inherited from the parent collection group, so no--generationflag oncreate-collection.URL preservation
Permalinks (
/migration-assistant/amazon-opensearch-serverless/and/migration-assistant/playbook-amazon-opensearch-service-to-serverless/) are unchanged so existing external links keep resolving. Only link text and page titles have been updated.Testing
The end-to-end migration path described in the updated playbooks was validated on a live NextGen SEARCH collection - a sample Apache Solr 8.11 source was successfully backfilled into a NextGen collection using Migration Assistant, including collection-group creation, metadata translation, and document indexing.
Issues Resolved
N/A
Version
N/A
Frontend features
If you're submitting documentation for an OpenSearch Dashboards feature, add a video that shows how a user will interact with the UI step by step. A voiceover is optional.
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.