-
Notifications
You must be signed in to change notification settings - Fork 503
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 missing OPENSEARCH_INITIAL_ADMIN_PASSWORD for both apt/deb and yum/rpm #7079
Conversation
…an.md This page's install command when installing via rep package is missing `OPENSEARCH_INITIAL_ADMIN_PASSWORD` Signed-off-by: Drew Miranda <[email protected]>
Thanks so much, @drewmiranda-gl ! |
I will update the branch with additional information for yum as well and add some comments. |
Hi @drewmiranda-gl , I cleaned up several duplication and update both apt and yum with pre-2.12 and post-2.12 sections. Hi @hdhalter could you do a review on the wording? Thanks. |
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
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.
@drewmiranda-gl @hdhalter Please see my comments and changes and let me know if you have any questions. Thanks!
```bash | ||
# For OpenSearch 2.12 and greater, a custom admin password is required in order to set up a security demo configuration for new installation. | ||
# To set a custom admin password, use the following commands: |
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.
Should "command" be singular?
```bash | ||
# For new installations of OpenSearch 2.12 and later, you must define a custom admin password in order to set up a security demo configuration. | ||
# Use one of the following commands to define a custom admin password: |
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.
Global: Please confirm proper formatting (Should there be so many #
in the examples?).
# For new installations of OpenSearch 2.12 and later, you must define a custom admin password in order to set up a security demo configuration. | ||
# Use one of the following commands to define a custom admin password: | ||
|
||
## Install the x64 package using yum. |
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.
Here and below, should "rpm" and "yum" be in code font, as above?
Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Hi @natebower , I have updated with your wording suggestions, and correct some parts where it is Thanks. |
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Hi @natebower are we ready to merge this PR? Thanks. |
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.
LGTM
…m/rpm (#7079) * Add missing OPENSEARCH_INITIAL_ADMIN_PASSWORD for apt install on debian.md This page's install command when installing via rep package is missing `OPENSEARCH_INITIAL_ADMIN_PASSWORD` Signed-off-by: Drew Miranda <[email protected]> * More update on deb and rpm installation steps on 2.12 security changes Signed-off-by: Peter Zhu <[email protected]> * Move 2.12 top Signed-off-by: Peter Zhu <[email protected]> * fix formatting Signed-off-by: Peter Zhu <[email protected]> * More tweaks Signed-off-by: Peter Zhu <[email protected]> * More tweaks 2 Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Add more things Signed-off-by: Peter Zhu <[email protected]> * Add more things Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> --------- Signed-off-by: Drew Miranda <[email protected]> Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> (cherry picked from commit 4f2a458) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…m/rpm (#7079) * Add missing OPENSEARCH_INITIAL_ADMIN_PASSWORD for apt install on debian.md This page's install command when installing via rep package is missing `OPENSEARCH_INITIAL_ADMIN_PASSWORD` Signed-off-by: Drew Miranda <[email protected]> * More update on deb and rpm installation steps on 2.12 security changes Signed-off-by: Peter Zhu <[email protected]> * Move 2.12 top Signed-off-by: Peter Zhu <[email protected]> * fix formatting Signed-off-by: Peter Zhu <[email protected]> * More tweaks Signed-off-by: Peter Zhu <[email protected]> * More tweaks 2 Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Add more things Signed-off-by: Peter Zhu <[email protected]> * Add more things Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> --------- Signed-off-by: Drew Miranda <[email protected]> Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> (cherry picked from commit 4f2a458) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Thanks @drewmiranda-gl for raise this issue up. |
…m/rpm (opensearch-project#7079) * Add missing OPENSEARCH_INITIAL_ADMIN_PASSWORD for apt install on debian.md This page's install command when installing via rep package is missing `OPENSEARCH_INITIAL_ADMIN_PASSWORD` Signed-off-by: Drew Miranda <[email protected]> * More update on deb and rpm installation steps on 2.12 security changes Signed-off-by: Peter Zhu <[email protected]> * Move 2.12 top Signed-off-by: Peter Zhu <[email protected]> * fix formatting Signed-off-by: Peter Zhu <[email protected]> * More tweaks Signed-off-by: Peter Zhu <[email protected]> * More tweaks 2 Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Add more things Signed-off-by: Peter Zhu <[email protected]> * Add more things Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> --------- Signed-off-by: Drew Miranda <[email protected]> Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]>
* Add cache plugin and tiered cache documentation Signed-off-by: Sagar Upadhyaya <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update index.md Signed-off-by: Sagar Upadhyaya <[email protected]> * Update concepts.md (#7049) Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update alert-finding-api.md (#7036) Signed-off-by: Heather Halter <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * [DOC] Add urldecode processor documentation (#5994) * Add urldecode processor documentation Signed-off-by: Melissa Vagi <[email protected]> * Add text and examples Signed-off-by: Melissa Vagi <[email protected]> * Update urldecode.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _ingest-pipelines/processors/urldecode.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _ingest-pipelines/processors/urldecode.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _ingest-pipelines/processors/urldecode.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _ingest-pipelines/processors/urldecode.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _ingest-pipelines/processors/urldecode.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update urldecode.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * clarify "contexts" (#7063) Signed-off-by: Stavros Macrakis <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Add documentation for indices.replication.max_bytes_per_sec (#7048) * Add documentation for indices.replication.max_bytes_per_sec Signed-off-by: Marc Handalian <[email protected]> * Update _install-and-configure/configuring-opensearch/index-settings.md Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Marc Handalian <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update concurrent search docs with composite aggs updates (#7043) Signed-off-by: Jay Deng <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * add query_by_tokens option in Neural Sparse Search (#7040) * query tokens Signed-off-by: zhichao-aws <[email protected]> * fix typo Signed-off-by: zhichao-aws <[email protected]> * typo Signed-off-by: zhichao-aws <[email protected]> * fix Signed-off-by: zhichao-aws <[email protected]> * Update _query-dsl/specialized/neural-sparse.md Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: zhichao-aws <[email protected]> * Update _query-dsl/specialized/neural-sparse.md Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: zhichao-aws <[email protected]> * Update _query-dsl/specialized/neural-sparse.md Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: zhichao-aws <[email protected]> * Update _query-dsl/specialized/neural-sparse.md Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: zhichao-aws <[email protected]> * Update _query-dsl/specialized/neural-sparse.md Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: zhichao-aws <[email protected]> * Update _search-plugins/neural-sparse-search.md Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: zhichao-aws <[email protected]> * Update _search-plugins/neural-sparse-search.md Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: zhichao-aws <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: zhichao-aws <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update bundled JDK version (April 2024 Patch releases) (#7031) Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Updating documentation for ignore_unavailable search request parameter (#6987) * Updating documentation for ignore_unavailable search request parameter Signed-off-by: Ankit Jain <[email protected]> * Update _api-reference/search.md Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: Ankit Jain <[email protected]> * Update _api-reference/document-apis/delete-by-query.md Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: Ankit Jain <[email protected]> * Update _api-reference/document-apis/update-by-query.md Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: Ankit Jain <[email protected]> --------- Signed-off-by: Ankit Jain <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Add documentation for hardware-accelerated compression codecs. (#6841) * Add documentation for hardware-accelerated compression codecs. Signed-off-by: Mulugeta Mammo <[email protected]> * Fix based on the review from reviewdog. Signed-off-by: Mulugeta Mammo <[email protected]> * Use the registered symbol for Intel and Xeon. Signed-off-by: mulugetam <[email protected]> * Minor modifications to the text. Signed-off-by: mulugetam <[email protected]> * Rephrasing. Signed-off-by: mulugetam <[email protected]> * Paraphrasing. Signed-off-by: mulugetam <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Update _im-plugin/index-codecs.md Signed-off-by: Naarcha-AWS <[email protected]> * Update _install-and-configure/configuring-opensearch/index-settings.md Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Mulugeta Mammo <[email protected]> Signed-off-by: mulugetam <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Correct the release version for the upgrade API feature (#6955) Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * [DOC] Add user agent processor documentation (#5995) * Add user agent processor documentation Signed-off-by: Melissa Vagi <[email protected]> * Add user agent processor documentation Signed-off-by: Melissa Vagi <[email protected]> * Add examples Signed-off-by: Melissa Vagi <[email protected]> * Add user agent processor documentation Signed-off-by: Melissa Vagi <[email protected]> * Add user agent processor documentation Signed-off-by: Melissa Vagi <[email protected]> * Add examples Signed-off-by: Melissa Vagi <[email protected]> * Add examples and text Signed-off-by: Melissa Vagi <[email protected]> * Update user-agent.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update user-agent.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _ingest-pipelines/processors/user-agent.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _ingest-pipelines/processors/user-agent.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _ingest-pipelines/processors/user-agent.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _ingest-pipelines/processors/user-agent.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _ingest-pipelines/processors/user-agent.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _ingest-pipelines/processors/user-agent.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update user-agent.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Add understanding results page (#6984) * Add refresh API. Signed-off-by: Archer <[email protected]> * Add Understanding Results section Signed-off-by: Archer <[email protected]> * Additional feedback. Signed-off-by: Archer <[email protected]> * Rework important metrics section. Signed-off-by: Archer <[email protected]> * Add summary report breakdown Signed-off-by: Archer <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Delete _api-reference/index-apis/refresh.md Signed-off-by: Naarcha-AWS <[email protected]> * Update understanding-results.md Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Heather Halter <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Archer <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Heather Halter <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Add cluster setting for filter rewrite optimization in aggregation (#7033) * Add cluster setting for filter rewrite optimization in aggregation Signed-off-by: bowenlan-amzn <[email protected]> * Update search-settings.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: bowenlan-amzn <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * remove-has-childreren (#7072) Signed-off-by: Heather Halter <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update csp configuration instructions for OSD (#7026) * Update docs about configuring frame-ancestors Signed-off-by: Tianle Huang <[email protected]> * update fgac info Signed-off-by: Tianle Huang <[email protected]> * add fgac info Signed-off-by: Tianle Huang <[email protected]> * fix vale Signed-off-by: Tianle Huang <[email protected]> * fix readme Signed-off-by: Tianle Huang <[email protected]> * Update _dashboards/csp/csp-dynamic-configuration.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Tianle Huang <[email protected]> * Update _dashboards/csp/csp-dynamic-configuration.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Tianle Huang <[email protected]> * Update _dashboards/csp/csp-dynamic-configuration.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Tianle Huang <[email protected]> * Update _dashboards/csp/csp-dynamic-configuration.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Tianle Huang <[email protected]> * Update _dashboards/csp/csp-dynamic-configuration.md Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: Tianle Huang <[email protected]> * Update csp-dynamic-configuration.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/csp/csp-dynamic-configuration.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Tianle Huang <[email protected]> * Update _dashboards/csp/csp-dynamic-configuration.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Tianle Huang <[email protected]> * Update _dashboards/csp/csp-dynamic-configuration.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Tianle Huang <[email protected]> * Update _dashboards/csp/csp-dynamic-configuration.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Tianle Huang <[email protected]> * Update _dashboards/csp/csp-dynamic-configuration.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Tianle Huang <[email protected]> * Update _dashboards/csp/csp-dynamic-configuration.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Tianle Huang <[email protected]> * Update _dashboards/csp/csp-dynamic-configuration.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Tianle Huang <[email protected]> * Update _dashboards/csp/csp-dynamic-configuration.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Tianle Huang <[email protected]> * Update _dashboards/csp/csp-dynamic-configuration.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Tianle Huang <[email protected]> * Update _dashboards/csp/csp-dynamic-configuration.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _dashboards/csp/csp-dynamic-configuration.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: Tianle Huang <[email protected]> Signed-off-by: Tianle Huang <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * adding do_not_fail_on_forbidden section to docs #4896 (#6958) * adding do_not_fail_on_forbidden section to docs #4896 Signed-off-by: AntonEliatra <[email protected]> * Update _security/access-control/permissions.md Co-authored-by: Stephen Crawford <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security/access-control/permissions.md Co-authored-by: Stephen Crawford <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security/access-control/permissions.md Co-authored-by: Stephen Crawford <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update permissions.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security/access-control/permissions.md Signed-off-by: Melissa Vagi <[email protected]> * Update permissions.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update permissions.md Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security/access-control/permissions.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security/access-control/permissions.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security/access-control/permissions.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security/access-control/permissions.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security/access-control/permissions.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> * Update _security/access-control/permissions.md Signed-off-by: Melissa Vagi <[email protected]> --------- Signed-off-by: AntonEliatra <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Stephen Crawford <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * feat: fix overlap rate param (#7045) Signed-off-by: Ian Menendez <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * adding kibana_server role specification and explanation #4094 (#7066) * adding kibana_user role specification and explanation #4094 Signed-off-by: AntonEliatra <[email protected]> * Apply suggestions from code review Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: AntonEliatra <[email protected]> * Update multi-tenancy-config.md Signed-off-by: AntonEliatra <[email protected]> * Apply suggestions from code review Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: AntonEliatra <[email protected]> * Update multi-tenancy-config.md Signed-off-by: AntonEliatra <[email protected]> --------- Signed-off-by: AntonEliatra <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * expanding on TrustStore and KeyStore #4578 #4060 (#7015) * expanding on TrustStore and KeyStore #4578 #4060 Signed-off-by: AntonEliatra <[email protected]> * expanding on TrustStore and KeyStore #4578 #4060 Signed-off-by: AntonEliatra <[email protected]> * Update generate-certificates.md Signed-off-by: AntonEliatra <[email protected]> * Update opensearch-keystore.md Signed-off-by: AntonEliatra <[email protected]> * Apply suggestions from code review Co-authored-by: Stephen Crawford <[email protected]> Signed-off-by: AntonEliatra <[email protected]> * Update security-admin.md Signed-off-by: AntonEliatra <[email protected]> * Apply suggestions from code review Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: AntonEliatra <[email protected]> * Apply suggestions from code review Co-authored-by: Melissa Vagi <[email protected]> Signed-off-by: AntonEliatra <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: AntonEliatra <[email protected]> --------- Signed-off-by: AntonEliatra <[email protected]> Co-authored-by: Stephen Crawford <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Add documentation for primary rebalancing (#7059) * Add documentation for primary rebalacing Signed-off-by: Arpit Bandejiya <[email protected]> * Update _install-and-configure/configuring-opensearch/cluster-settings.md Signed-off-by: Naarcha-AWS <[email protected]> * Apply suggestions from code review Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Arpit Bandejiya <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update stats.md (#7087) Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * navbar yml update. (#7091) * Omitting the named anchor from header Download link. Signed-off-by: Nathan Boot <[email protected]> * Updates navbar yml. --------- Signed-off-by: Nathan Boot <[email protected]> Co-authored-by: Heather Halter <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Missed a few includes that are referred to by the navbar. (#7093) * Omitting the named anchor from header Download link. Signed-off-by: Nathan Boot <[email protected]> * Updates navbar yml. * Navbar sass and html includes required for navbar. --------- Signed-off-by: Nathan Boot <[email protected]> Co-authored-by: Heather Halter <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Add missing OPENSEARCH_INITIAL_ADMIN_PASSWORD for both apt/deb and yum/rpm (#7079) * Add missing OPENSEARCH_INITIAL_ADMIN_PASSWORD for apt install on debian.md This page's install command when installing via rep package is missing `OPENSEARCH_INITIAL_ADMIN_PASSWORD` Signed-off-by: Drew Miranda <[email protected]> * More update on deb and rpm installation steps on 2.12 security changes Signed-off-by: Peter Zhu <[email protected]> * Move 2.12 top Signed-off-by: Peter Zhu <[email protected]> * fix formatting Signed-off-by: Peter Zhu <[email protected]> * More tweaks Signed-off-by: Peter Zhu <[email protected]> * More tweaks 2 Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/rpm.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> * Add more things Signed-off-by: Peter Zhu <[email protected]> * Add more things Signed-off-by: Peter Zhu <[email protected]> * Update _install-and-configure/install-opensearch/debian.md Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Peter Zhu <[email protected]> --------- Signed-off-by: Drew Miranda <[email protected]> Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Peter Zhu <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update tiered-cache.md Signed-off-by: Sagar Upadhyaya <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update _search-plugins/caching/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update _search-plugins/caching/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update _search-plugins/caching/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update _search-plugins/caching/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update _search-plugins/caching/index.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update _search-plugins/caching/tiered-cache.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update _search-plugins/caching/tiered-cache.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update _search-plugins/caching/tiered-cache.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update _search-plugins/caching/tiered-cache.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update _search-plugins/caching/tiered-cache.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update _search-plugins/caching/tiered-cache.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update _search-plugins/caching/tiered-cache.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update _search-plugins/caching/tiered-cache.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update _search-plugins/caching/tiered-cache.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Update _search-plugins/caching/tiered-cache.md Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Sagar <[email protected]> Signed-off-by: Sagar Upadhyaya <[email protected]> * Addressing comments Signed-off-by: Sagar Upadhyaya <[email protected]> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Sagar Upadhyaya <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: Heather Halter <[email protected]> Signed-off-by: Melissa Vagi <[email protected]> Signed-off-by: Stavros Macrakis <[email protected]> Signed-off-by: Marc Handalian <[email protected]> Signed-off-by: Jay Deng <[email protected]> Signed-off-by: zhichao-aws <[email protected]> Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Ankit Jain <[email protected]> Signed-off-by: Mulugeta Mammo <[email protected]> Signed-off-by: mulugetam <[email protected]> Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Archer <[email protected]> Signed-off-by: bowenlan-amzn <[email protected]> Signed-off-by: Heather Halter <[email protected]> Signed-off-by: Tianle Huang <[email protected]> Signed-off-by: Tianle Huang <[email protected]> Signed-off-by: AntonEliatra <[email protected]> Signed-off-by: Ian Menendez <[email protected]> Signed-off-by: Arpit Bandejiya <[email protected]> Signed-off-by: Nathan Boot <[email protected]> Signed-off-by: Drew Miranda <[email protected]> Signed-off-by: Peter Zhu <[email protected]> Signed-off-by: Sagar <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]> Co-authored-by: Heather Halter <[email protected]> Co-authored-by: Melissa Vagi <[email protected]> Co-authored-by: Nathan Bower <[email protected]> Co-authored-by: Stavros Macrakis <[email protected]> Co-authored-by: Marc Handalian <[email protected]> Co-authored-by: Jay Deng <[email protected]> Co-authored-by: zhichao-aws <[email protected]> Co-authored-by: Andriy Redko <[email protected]> Co-authored-by: Ankit Jain <[email protected]> Co-authored-by: mulugetam <[email protected]> Co-authored-by: Peter Nied <[email protected]> Co-authored-by: bowenlan-amzn <[email protected]> Co-authored-by: Tianle Huang <[email protected]> Co-authored-by: AntonEliatra <[email protected]> Co-authored-by: Stephen Crawford <[email protected]> Co-authored-by: Ian Menendez <[email protected]> Co-authored-by: Arpit-Bandejiya <[email protected]> Co-authored-by: Nate B <[email protected]> Co-authored-by: Drew Miranda <[email protected]> Co-authored-by: Peter Zhu <[email protected]>
Add missing OPENSEARCH_INITIAL_ADMIN_PASSWORD for apt install on debian.md
This page's install command when installing via rep package is missing
OPENSEARCH_INITIAL_ADMIN_PASSWORD
Description
Describe what this change achieves.
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.