Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add guide for migrating from Elasticsearch 7.10 to OpenSearch 1.x (latest) #2564

Merged
merged 54 commits into from
Feb 15, 2023

Conversation

JeffHuss
Copy link

@JeffHuss JeffHuss commented Feb 1, 2023

Description

This is the first iteration of documentation for upgrades and migrations. Plugins and distribution are not taken into consideration and all testing/validation will be done using Docker in a local environment.

Issues Resolved

Relates to #745
Relates to #2830 (<-- THIS ONE IS THE NEW META!)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@JeffHuss JeffHuss added 2 - In progress Issue/PR: The issue or PR is in progress. backport 1.3 PR: Backport label for v1.3.x backport 2.0 PR: Backport label for v2.0.x backport 2.1 PR: Backport label for 2.1 backport 2.2 PR: Backport label for 2.2 backport 2.3 PR: Backport label for 2.3 backport 2.4 PR: Backport label for 2.4 backport 2.5 PR: Backport label for 2.5 labels Feb 1, 2023
@JeffHuss JeffHuss added this to the 2023-Q1 milestone Feb 1, 2023
@JeffHuss JeffHuss self-assigned this Feb 1, 2023
JeffH-AWS added 19 commits February 13, 2023 09:03
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
… just getting bones together

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
… everything is left-justified site-wide

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
…s right

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
…usage, and fixed capitalization of elasticsearch

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
…ing covered

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
…narrative to explain the steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
…ed list

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
@JeffHuss JeffHuss requested a review from natebower February 15, 2023 16:57
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Copy link
Collaborator

@natebower natebower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with one minor change. Nice job on this :-)

@natebower natebower removed the 5 - Editorial review PR: Editorial review in progress label Feb 15, 2023
@JeffHuss JeffHuss merged commit 07ba1f1 into main Feb 15, 2023
@JeffHuss JeffHuss added the 6 - Done but waiting to merge PR: The work is done and ready to merge label Feb 15, 2023
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 15, 2023
…test) (#2564)

* Migrating to new branch since the ToC structure has changed so much

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Making changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added caveat to upgrade spans

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add blurb about the context of the guide - will revisit and add later just getting bones together

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reordering sections

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding redirects but I think I'm going to rename the pages

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add note about Lucene table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table and identified some issues with overall site formatting - everything is left-justified site-wide

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixing front matter

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Finally figured out how to make the ToC work - now the structure looks right

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix nav order on index, rename pages for consistency with ToC gerund usage, and fixed capitalization of elasticsearch

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renaming the page to rolling upgrade since that is the only method being covered

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through top-to-bottom now

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Got the beginning steps re-ordered to make more sense and added some narrative to explain the steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Wrapped up the technical steps and indented all content in the numbered list

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed upgrade page to make more relevant

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Tweaking toc

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed markdown block formatting in rolling restart page

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through upgrade intro and implementing technical feedback

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reviewing reindex guidance

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing on compatibility to make tone more active

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added banner about the status of the docs but pending review from Himanshu and Brian P

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Refined wording for note about this document

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added note to restart upgrade

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Stashing changes before weekend

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Created clean meta issue for fresh pushes and added link

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added related links

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing continued

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working on the table dimensions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Final changes to draft and ready for doc review

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Doc review changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Re-added comma after additional doc review comments

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Final editorial changes applied

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More editorial fixes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More orphaned review comments because of local-remote disparities

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

---------

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
(cherry picked from commit 07ba1f1)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 15, 2023
…test) (#2564)

* Migrating to new branch since the ToC structure has changed so much

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Making changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added caveat to upgrade spans

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add blurb about the context of the guide - will revisit and add later just getting bones together

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reordering sections

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding redirects but I think I'm going to rename the pages

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add note about Lucene table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table and identified some issues with overall site formatting - everything is left-justified site-wide

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixing front matter

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Finally figured out how to make the ToC work - now the structure looks right

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix nav order on index, rename pages for consistency with ToC gerund usage, and fixed capitalization of elasticsearch

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renaming the page to rolling upgrade since that is the only method being covered

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through top-to-bottom now

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Got the beginning steps re-ordered to make more sense and added some narrative to explain the steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Wrapped up the technical steps and indented all content in the numbered list

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed upgrade page to make more relevant

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Tweaking toc

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed markdown block formatting in rolling restart page

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through upgrade intro and implementing technical feedback

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reviewing reindex guidance

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing on compatibility to make tone more active

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added banner about the status of the docs but pending review from Himanshu and Brian P

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Refined wording for note about this document

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added note to restart upgrade

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Stashing changes before weekend

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Created clean meta issue for fresh pushes and added link

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added related links

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing continued

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working on the table dimensions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Final changes to draft and ready for doc review

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Doc review changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Re-added comma after additional doc review comments

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Final editorial changes applied

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More editorial fixes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More orphaned review comments because of local-remote disparities

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

---------

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
(cherry picked from commit 07ba1f1)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 15, 2023
…test) (#2564)

* Migrating to new branch since the ToC structure has changed so much

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Making changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added caveat to upgrade spans

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add blurb about the context of the guide - will revisit and add later just getting bones together

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reordering sections

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding redirects but I think I'm going to rename the pages

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add note about Lucene table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table and identified some issues with overall site formatting - everything is left-justified site-wide

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixing front matter

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Finally figured out how to make the ToC work - now the structure looks right

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix nav order on index, rename pages for consistency with ToC gerund usage, and fixed capitalization of elasticsearch

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renaming the page to rolling upgrade since that is the only method being covered

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through top-to-bottom now

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Got the beginning steps re-ordered to make more sense and added some narrative to explain the steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Wrapped up the technical steps and indented all content in the numbered list

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed upgrade page to make more relevant

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Tweaking toc

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed markdown block formatting in rolling restart page

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through upgrade intro and implementing technical feedback

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reviewing reindex guidance

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing on compatibility to make tone more active

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added banner about the status of the docs but pending review from Himanshu and Brian P

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Refined wording for note about this document

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added note to restart upgrade

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Stashing changes before weekend

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Created clean meta issue for fresh pushes and added link

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added related links

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing continued

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working on the table dimensions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Final changes to draft and ready for doc review

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Doc review changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Re-added comma after additional doc review comments

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Final editorial changes applied

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More editorial fixes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More orphaned review comments because of local-remote disparities

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

---------

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
(cherry picked from commit 07ba1f1)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 15, 2023
…test) (#2564)

* Migrating to new branch since the ToC structure has changed so much

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Making changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added caveat to upgrade spans

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add blurb about the context of the guide - will revisit and add later just getting bones together

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reordering sections

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding redirects but I think I'm going to rename the pages

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add note about Lucene table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table and identified some issues with overall site formatting - everything is left-justified site-wide

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixing front matter

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Finally figured out how to make the ToC work - now the structure looks right

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix nav order on index, rename pages for consistency with ToC gerund usage, and fixed capitalization of elasticsearch

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renaming the page to rolling upgrade since that is the only method being covered

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through top-to-bottom now

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Got the beginning steps re-ordered to make more sense and added some narrative to explain the steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Wrapped up the technical steps and indented all content in the numbered list

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed upgrade page to make more relevant

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Tweaking toc

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed markdown block formatting in rolling restart page

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through upgrade intro and implementing technical feedback

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reviewing reindex guidance

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing on compatibility to make tone more active

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added banner about the status of the docs but pending review from Himanshu and Brian P

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Refined wording for note about this document

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added note to restart upgrade

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Stashing changes before weekend

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Created clean meta issue for fresh pushes and added link

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added related links

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing continued

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working on the table dimensions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Final changes to draft and ready for doc review

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Doc review changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Re-added comma after additional doc review comments

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Final editorial changes applied

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More editorial fixes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More orphaned review comments because of local-remote disparities

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

---------

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
(cherry picked from commit 07ba1f1)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 15, 2023
…test) (#2564)

* Migrating to new branch since the ToC structure has changed so much

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Making changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added caveat to upgrade spans

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add blurb about the context of the guide - will revisit and add later just getting bones together

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reordering sections

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding redirects but I think I'm going to rename the pages

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add note about Lucene table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table and identified some issues with overall site formatting - everything is left-justified site-wide

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixing front matter

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Finally figured out how to make the ToC work - now the structure looks right

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix nav order on index, rename pages for consistency with ToC gerund usage, and fixed capitalization of elasticsearch

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renaming the page to rolling upgrade since that is the only method being covered

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through top-to-bottom now

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Got the beginning steps re-ordered to make more sense and added some narrative to explain the steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Wrapped up the technical steps and indented all content in the numbered list

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed upgrade page to make more relevant

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Tweaking toc

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed markdown block formatting in rolling restart page

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through upgrade intro and implementing technical feedback

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reviewing reindex guidance

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing on compatibility to make tone more active

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added banner about the status of the docs but pending review from Himanshu and Brian P

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Refined wording for note about this document

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added note to restart upgrade

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Stashing changes before weekend

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Created clean meta issue for fresh pushes and added link

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added related links

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing continued

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working on the table dimensions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Final changes to draft and ready for doc review

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Doc review changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Re-added comma after additional doc review comments

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Final editorial changes applied

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More editorial fixes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More orphaned review comments because of local-remote disparities

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

---------

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
(cherry picked from commit 07ba1f1)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 15, 2023
…test) (#2564)

* Migrating to new branch since the ToC structure has changed so much

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Making changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added caveat to upgrade spans

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add blurb about the context of the guide - will revisit and add later just getting bones together

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reordering sections

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding redirects but I think I'm going to rename the pages

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add note about Lucene table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table and identified some issues with overall site formatting - everything is left-justified site-wide

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixing front matter

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Finally figured out how to make the ToC work - now the structure looks right

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix nav order on index, rename pages for consistency with ToC gerund usage, and fixed capitalization of elasticsearch

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renaming the page to rolling upgrade since that is the only method being covered

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through top-to-bottom now

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Got the beginning steps re-ordered to make more sense and added some narrative to explain the steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Wrapped up the technical steps and indented all content in the numbered list

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed upgrade page to make more relevant

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Tweaking toc

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed markdown block formatting in rolling restart page

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through upgrade intro and implementing technical feedback

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reviewing reindex guidance

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing on compatibility to make tone more active

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added banner about the status of the docs but pending review from Himanshu and Brian P

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Refined wording for note about this document

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added note to restart upgrade

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Stashing changes before weekend

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Created clean meta issue for fresh pushes and added link

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added related links

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing continued

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working on the table dimensions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Final changes to draft and ready for doc review

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Doc review changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Re-added comma after additional doc review comments

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Final editorial changes applied

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More editorial fixes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More orphaned review comments because of local-remote disparities

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

---------

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
(cherry picked from commit 07ba1f1)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 15, 2023
…test) (#2564)

* Migrating to new branch since the ToC structure has changed so much

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Making changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added caveat to upgrade spans

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add blurb about the context of the guide - will revisit and add later just getting bones together

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reordering sections

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding redirects but I think I'm going to rename the pages

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add note about Lucene table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table and identified some issues with overall site formatting - everything is left-justified site-wide

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixing front matter

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Finally figured out how to make the ToC work - now the structure looks right

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix nav order on index, rename pages for consistency with ToC gerund usage, and fixed capitalization of elasticsearch

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renaming the page to rolling upgrade since that is the only method being covered

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through top-to-bottom now

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Got the beginning steps re-ordered to make more sense and added some narrative to explain the steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Wrapped up the technical steps and indented all content in the numbered list

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed upgrade page to make more relevant

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Tweaking toc

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed markdown block formatting in rolling restart page

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through upgrade intro and implementing technical feedback

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reviewing reindex guidance

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing on compatibility to make tone more active

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added banner about the status of the docs but pending review from Himanshu and Brian P

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Refined wording for note about this document

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added note to restart upgrade

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Stashing changes before weekend

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Created clean meta issue for fresh pushes and added link

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added related links

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing continued

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working on the table dimensions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Final changes to draft and ready for doc review

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Doc review changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Re-added comma after additional doc review comments

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Final editorial changes applied

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More editorial fixes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More orphaned review comments because of local-remote disparities

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

---------

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
(cherry picked from commit 07ba1f1)
JeffHuss pushed a commit that referenced this pull request Feb 15, 2023
…test) (#2564) (#2911)

* Migrating to new branch since the ToC structure has changed so much

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Making changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added caveat to upgrade spans

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add blurb about the context of the guide - will revisit and add later just getting bones together

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reordering sections

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding redirects but I think I'm going to rename the pages

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add note about Lucene table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table and identified some issues with overall site formatting - everything is left-justified site-wide

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixing front matter

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Finally figured out how to make the ToC work - now the structure looks right

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix nav order on index, rename pages for consistency with ToC gerund usage, and fixed capitalization of elasticsearch

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renaming the page to rolling upgrade since that is the only method being covered

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through top-to-bottom now

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Got the beginning steps re-ordered to make more sense and added some narrative to explain the steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Wrapped up the technical steps and indented all content in the numbered list

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed upgrade page to make more relevant

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Tweaking toc

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed markdown block formatting in rolling restart page

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through upgrade intro and implementing technical feedback

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reviewing reindex guidance

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing on compatibility to make tone more active

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added banner about the status of the docs but pending review from Himanshu and Brian P

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Refined wording for note about this document

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added note to restart upgrade

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Stashing changes before weekend

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Created clean meta issue for fresh pushes and added link

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added related links

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing continued

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working on the table dimensions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Final changes to draft and ready for doc review

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Doc review changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Re-added comma after additional doc review comments

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Final editorial changes applied

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More editorial fixes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More orphaned review comments because of local-remote disparities

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

---------

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
(cherry picked from commit 07ba1f1)

Co-authored-by: Jeff Huss <jeffhuss@amazon.com>
JeffHuss pushed a commit that referenced this pull request Feb 15, 2023
…test) (#2564) (#2912)

* Migrating to new branch since the ToC structure has changed so much

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Making changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added caveat to upgrade spans

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add blurb about the context of the guide - will revisit and add later just getting bones together

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reordering sections

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding redirects but I think I'm going to rename the pages

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add note about Lucene table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table and identified some issues with overall site formatting - everything is left-justified site-wide

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixing front matter

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Finally figured out how to make the ToC work - now the structure looks right

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix nav order on index, rename pages for consistency with ToC gerund usage, and fixed capitalization of elasticsearch

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renaming the page to rolling upgrade since that is the only method being covered

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through top-to-bottom now

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Got the beginning steps re-ordered to make more sense and added some narrative to explain the steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Wrapped up the technical steps and indented all content in the numbered list

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed upgrade page to make more relevant

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Tweaking toc

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed markdown block formatting in rolling restart page

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through upgrade intro and implementing technical feedback

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reviewing reindex guidance

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing on compatibility to make tone more active

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added banner about the status of the docs but pending review from Himanshu and Brian P

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Refined wording for note about this document

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added note to restart upgrade

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Stashing changes before weekend

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Created clean meta issue for fresh pushes and added link

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added related links

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing continued

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working on the table dimensions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Final changes to draft and ready for doc review

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Doc review changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Re-added comma after additional doc review comments

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Final editorial changes applied

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More editorial fixes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More orphaned review comments because of local-remote disparities

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

---------

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
(cherry picked from commit 07ba1f1)

Co-authored-by: Jeff Huss <jeffhuss@amazon.com>
JeffHuss pushed a commit that referenced this pull request Feb 15, 2023
…test) (#2564) (#2913)

* Migrating to new branch since the ToC structure has changed so much

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Making changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added caveat to upgrade spans

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add blurb about the context of the guide - will revisit and add later just getting bones together

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reordering sections

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding redirects but I think I'm going to rename the pages

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add note about Lucene table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table and identified some issues with overall site formatting - everything is left-justified site-wide

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixing front matter

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Finally figured out how to make the ToC work - now the structure looks right

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix nav order on index, rename pages for consistency with ToC gerund usage, and fixed capitalization of elasticsearch

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renaming the page to rolling upgrade since that is the only method being covered

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through top-to-bottom now

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Got the beginning steps re-ordered to make more sense and added some narrative to explain the steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Wrapped up the technical steps and indented all content in the numbered list

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed upgrade page to make more relevant

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Tweaking toc

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed markdown block formatting in rolling restart page

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through upgrade intro and implementing technical feedback

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reviewing reindex guidance

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing on compatibility to make tone more active

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added banner about the status of the docs but pending review from Himanshu and Brian P

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Refined wording for note about this document

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added note to restart upgrade

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Stashing changes before weekend

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Created clean meta issue for fresh pushes and added link

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added related links

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing continued

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working on the table dimensions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Final changes to draft and ready for doc review

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Doc review changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Re-added comma after additional doc review comments

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Final editorial changes applied

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More editorial fixes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More orphaned review comments because of local-remote disparities

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

---------

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
(cherry picked from commit 07ba1f1)

Co-authored-by: Jeff Huss <jeffhuss@amazon.com>
JeffHuss pushed a commit that referenced this pull request Feb 15, 2023
…test) (#2564) (#2914)

* Migrating to new branch since the ToC structure has changed so much

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Making changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added caveat to upgrade spans

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add blurb about the context of the guide - will revisit and add later just getting bones together

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reordering sections

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding redirects but I think I'm going to rename the pages

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add note about Lucene table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table and identified some issues with overall site formatting - everything is left-justified site-wide

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixing front matter

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Finally figured out how to make the ToC work - now the structure looks right

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix nav order on index, rename pages for consistency with ToC gerund usage, and fixed capitalization of elasticsearch

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renaming the page to rolling upgrade since that is the only method being covered

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through top-to-bottom now

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Got the beginning steps re-ordered to make more sense and added some narrative to explain the steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Wrapped up the technical steps and indented all content in the numbered list

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed upgrade page to make more relevant

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Tweaking toc

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed markdown block formatting in rolling restart page

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through upgrade intro and implementing technical feedback

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reviewing reindex guidance

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing on compatibility to make tone more active

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added banner about the status of the docs but pending review from Himanshu and Brian P

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Refined wording for note about this document

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added note to restart upgrade

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Stashing changes before weekend

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Created clean meta issue for fresh pushes and added link

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added related links

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing continued

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working on the table dimensions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Final changes to draft and ready for doc review

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Doc review changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Re-added comma after additional doc review comments

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Final editorial changes applied

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More editorial fixes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More orphaned review comments because of local-remote disparities

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

---------

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
(cherry picked from commit 07ba1f1)

Co-authored-by: Jeff Huss <jeffhuss@amazon.com>
JeffHuss pushed a commit that referenced this pull request Feb 15, 2023
…test) (#2564) (#2915)

* Migrating to new branch since the ToC structure has changed so much

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Making changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added caveat to upgrade spans

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add blurb about the context of the guide - will revisit and add later just getting bones together

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reordering sections

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding redirects but I think I'm going to rename the pages

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add note about Lucene table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table and identified some issues with overall site formatting - everything is left-justified site-wide

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixing front matter

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Finally figured out how to make the ToC work - now the structure looks right

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix nav order on index, rename pages for consistency with ToC gerund usage, and fixed capitalization of elasticsearch

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renaming the page to rolling upgrade since that is the only method being covered

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through top-to-bottom now

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Got the beginning steps re-ordered to make more sense and added some narrative to explain the steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Wrapped up the technical steps and indented all content in the numbered list

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed upgrade page to make more relevant

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Tweaking toc

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed markdown block formatting in rolling restart page

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through upgrade intro and implementing technical feedback

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reviewing reindex guidance

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing on compatibility to make tone more active

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added banner about the status of the docs but pending review from Himanshu and Brian P

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Refined wording for note about this document

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added note to restart upgrade

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Stashing changes before weekend

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Created clean meta issue for fresh pushes and added link

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added related links

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing continued

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working on the table dimensions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Final changes to draft and ready for doc review

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Doc review changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Re-added comma after additional doc review comments

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Final editorial changes applied

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More editorial fixes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More orphaned review comments because of local-remote disparities

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

---------

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
(cherry picked from commit 07ba1f1)

Co-authored-by: Jeff Huss <jeffhuss@amazon.com>
JeffHuss pushed a commit that referenced this pull request Feb 15, 2023
…test) (#2564) (#2916)

* Migrating to new branch since the ToC structure has changed so much

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Making changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added caveat to upgrade spans

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add blurb about the context of the guide - will revisit and add later just getting bones together

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reordering sections

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding redirects but I think I'm going to rename the pages

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add note about Lucene table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table and identified some issues with overall site formatting - everything is left-justified site-wide

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixing front matter

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Finally figured out how to make the ToC work - now the structure looks right

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix nav order on index, rename pages for consistency with ToC gerund usage, and fixed capitalization of elasticsearch

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renaming the page to rolling upgrade since that is the only method being covered

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through top-to-bottom now

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Got the beginning steps re-ordered to make more sense and added some narrative to explain the steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Wrapped up the technical steps and indented all content in the numbered list

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed upgrade page to make more relevant

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Tweaking toc

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed markdown block formatting in rolling restart page

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through upgrade intro and implementing technical feedback

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reviewing reindex guidance

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing on compatibility to make tone more active

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added banner about the status of the docs but pending review from Himanshu and Brian P

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Refined wording for note about this document

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added note to restart upgrade

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Stashing changes before weekend

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Created clean meta issue for fresh pushes and added link

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added related links

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing continued

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working on the table dimensions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Final changes to draft and ready for doc review

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Doc review changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Re-added comma after additional doc review comments

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Final editorial changes applied

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More editorial fixes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More orphaned review comments because of local-remote disparities

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

---------

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
(cherry picked from commit 07ba1f1)

Co-authored-by: Jeff Huss <jeffhuss@amazon.com>
JeffHuss pushed a commit that referenced this pull request Feb 15, 2023
…test) (#2564) (#2910)

* Migrating to new branch since the ToC structure has changed so much

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Making changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added caveat to upgrade spans

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add blurb about the context of the guide - will revisit and add later just getting bones together

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reordering sections

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Adding redirects but I think I'm going to rename the pages

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Add note about Lucene table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table and identified some issues with overall site formatting - everything is left-justified site-wide

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed table

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixing front matter

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Finally figured out how to make the ToC work - now the structure looks right

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fix nav order on index, rename pages for consistency with ToC gerund usage, and fixed capitalization of elasticsearch

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renaming the page to rolling upgrade since that is the only method being covered

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through top-to-bottom now

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Got the beginning steps re-ordered to make more sense and added some narrative to explain the steps

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Wrapped up the technical steps and indented all content in the numbered list

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Renamed upgrade page to make more relevant

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Tweaking toc

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Fixed markdown block formatting in rolling restart page

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working through upgrade intro and implementing technical feedback

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Reviewing reindex guidance

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Phrasing on compatibility to make tone more active

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added banner about the status of the docs but pending review from Himanshu and Brian P

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Refined wording for note about this document

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added note to restart upgrade

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Stashing changes before weekend

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Created clean meta issue for fresh pushes and added link

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Added related links

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Editing continued

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Working on the table dimensions

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Final changes to draft and ready for doc review

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Doc review changes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Removed a comma from line 97 after additional feedback from doc reviewer

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Re-added comma after additional doc review comments

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/rolling-upgrade.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Final editorial changes applied

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* Update _install-and-configure/upgrade-opensearch/index.md

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More editorial fixes

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <nbower@amazon.com>

* More orphaned review comments because of local-remote disparities

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

---------

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
(cherry picked from commit 07ba1f1)

Co-authored-by: Jeff Huss <jeffhuss@amazon.com>
@JeffHuss JeffHuss added Closed - Complete Issue: Work is done and associated PRs closed and removed 6 - Done but waiting to merge PR: The work is done and ready to merge labels Feb 15, 2023
@hdhalter hdhalter deleted the es710-to-os1x-upgrade branch March 28, 2024 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.3 PR: Backport label for v1.3.x backport 2.0 PR: Backport label for v2.0.x backport 2.1 PR: Backport label for 2.1 backport 2.2 PR: Backport label for 2.2 backport 2.3 PR: Backport label for 2.3 backport 2.4 PR: Backport label for 2.4 backport 2.5 PR: Backport label for 2.5 Closed - Complete Issue: Work is done and associated PRs closed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants