-
Notifications
You must be signed in to change notification settings - Fork 598
AWS OpenSearch as an option to Elasticsearch #7900
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
base: master
Are you sure you want to change the base?
Conversation
Newest code from mattermost has been published to preview environment for Git SHA 0f44589 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates documentation to reflect the new AWS OpenSearch support by renaming the existing Elasticsearch page to Enterprise Search and updating related changelog entries.
- Redirect mapping in conf.py now routes "scale/elasticsearch.html" to the Enterprise Search landing page.
- Changelog notes in mattermost-v9-changelog.md have been updated to use "OpenSearch" consistently and to adjust upgrade instructions for AWS OpenSearch.
Reviewed Changes
Copilot reviewed 2 out of 17 changed files in this pull request and generated no comments.
File | Description |
---|---|
source/conf.py | Added redirect from "scale/elasticsearch.html" to Enterprise Search page |
source/about/mattermost-v9-changelog.md | Updated changelog language to consistently refer to OpenSearch and adjusted upgrade notes |
Files not reviewed (15)
- source/about/editions-and-offerings.rst: Language not supported
- source/comply/data-retention-policy.rst: Language not supported
- source/configure/bleve-search.rst: Language not supported
- source/configure/environment-configuration-settings.rst: Language not supported
- source/configure/optimize-your-workspace.rst: Language not supported
- source/deploy/backup-disaster-recovery.rst: Language not supported
- source/deploy/software-hardware-requirements.rst: Language not supported
- source/scale/additional-ha-considerations.rst: Language not supported
- source/scale/elasticsearch-setup.rst: Language not supported
- source/scale/elasticsearch.rst: Language not supported
- source/scale/enterprise-search.rst: Language not supported
- source/scale/opensearch-setup.rst: Language not supported
- source/scale/scaling-for-enterprise.rst: Language not supported
- source/upgrade/admin-onboarding-tasks.rst: Language not supported
- source/upgrade/important-upgrade-notes.rst: Language not supported
Newest code from mattermost has been published to preview environment for Git SHA 7b1f15d |
Newest code from mattermost has been published to preview environment for Git SHA f43b9ca |
source/scale/common-configure-mattermost-for-enterprise-search.rst
Outdated
Show resolved
Hide resolved
Newest code from mattermost has been published to preview environment for Git SHA 5e997e7 |
Newest code from mattermost has been published to preview environment for Git SHA 028591f |
Newest code from mattermost has been published to preview environment for Git SHA a99b284 |
AWS OpenSearch setup instructions are outstanding & coming soon via the Platform Engineering team. In the interim, this PR is ready for final reviews. |
Newest code from mattermost has been published to preview environment for Git SHA c4fc08a |
Renamed existing Elasticsearch page to Enterprise search as a landing page that encompasses both ES and OS (+ page redirect).
Created new pages for each of ES and OS setup with MM configuration details.
Note: System Console UI references only ES; the only reference to OS in-product is a single config setting: backend type. May want to consider updating the ES config setting section to be more generic, but only if the majority of settings equally apply to both.