Skip to content

Commit fea72e5

Browse files
Changed order of Best Practices page and linked it from other relevant pages (opensearch-project#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> Signed-off-by: leanne.laceybyrne@eliatra.com <leanne.laceybyrne@eliatra.com>
1 parent ba373dc commit fea72e5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

_getting-started/security.md

+6
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,9 @@ To upload a configuration, the following command can be used with the admin cert
190190
./plugins/opensearch-security/tools/securityadmin.sh -cd "config/opensearch-security" -icl -key "../kirk-key.pem" -cert "../kirk.pem" -cacert "../root-ca.pem" -nhnv
191191
```
192192
{% include copy.html %}
193+
194+
## Next steps
195+
196+
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.
197+
198+
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.

_security/configuration/best-practices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Best practices
44
parent: Configuration
5-
nav_order: 11
5+
nav_order: 3
66
---
77

88
# Best practices for OpenSearch security

_security/index.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,8 @@ To learn more, see [Cross-cluster search]({{site.url}}{{site.baseurl}}/security/
7575

7676
## Next steps
7777

78-
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.
78+
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.
79+
80+
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.
81+
7982

0 commit comments

Comments
 (0)