Skip to content

Commit

Permalink
Changed order of Best Practices page and linked it from other relevan…
Browse files Browse the repository at this point in the history
…t pages (#7389)

* changed order of best practices page and linked it from other relevant pages

Signed-off-by: leanne.laceybyrne@eliatra.com <leanne.laceybyrne@eliatra.com>

* Apply suggestions from code review

Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>

---------

Signed-off-by: leanne.laceybyrne@eliatra.com <leanne.laceybyrne@eliatra.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
  • Loading branch information
leanneeliatra and Naarcha-AWS authored Jun 15, 2024
1 parent a11f078 commit 8efaf3e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
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.


0 comments on commit 8efaf3e

Please sign in to comment.