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

[Backport 2.14] Changed order of Best Practices page and linked it from other relevant pages #7396

Merged
merged 1 commit into from
Jun 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _getting-started/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,9 @@ To upload a configuration, the following command can be used with the admin cert
./plugins/opensearch-security/tools/securityadmin.sh -cd "config/opensearch-security" -icl -key "../kirk-key.pem" -cert "../kirk.pem" -cacert "../root-ca.pem" -nhnv
```
{% include copy.html %}

## Next steps

The [Best practices for OpenSearch security]({{site.url}}{{site.baseurl}}/security/configuration/best-practices/) guide covers 10 things to consider when getting started with OpenSearch security.

The [Security configuration]({{site.url}}{{site.baseurl}}/security/configuration/index/) overview provides the basic steps for setting up security in your OpenSearch implementation and includes links to information about customizing security for your business needs.
2 changes: 1 addition & 1 deletion _security/configuration/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Best practices
parent: Configuration
nav_order: 11
nav_order: 3
---

# Best practices for OpenSearch security
Expand Down
5 changes: 4 additions & 1 deletion _security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,8 @@ To learn more, see [Cross-cluster search]({{site.url}}{{site.baseurl}}/security/

## Next steps

To get started, see the configuration overview in the [Security configuration]({{site.url}}{{site.baseurl}}/security/configuration/index/) section, which provides the basic steps for setting up security in your OpenSearch implementation and includes links to information about customizing security for your business needs.
The [Best practices for OpenSearch security]({{site.url}}{{site.baseurl}}/security/configuration/best-practices/) guide covers 10 things to consider when getting started with OpenSearch security.

The [Security configuration]({{site.url}}{{site.baseurl}}/security/configuration/index/) overview provides the basic steps for setting up security in your OpenSearch implementation and includes links to information about customizing security for your business needs.


Loading