Skip to content

Commit cc6a240

Browse files
Move getting started with security into the security section (#11418) (#11419)
1 parent 360e651 commit cc6a240

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

_about/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ getting_started:
5454
link: "/vector-search/getting-started/"
5555
- heading: "Get started with OpenSearch security"
5656
description: "Learn about security in OpenSearch"
57-
link: "/getting-started/security/"
57+
link: "/security/getting-started/"
5858
---
5959

6060
{%- comment -%}The `/docs/opensearch/` redirect is specifically to support the UI links in OpenSearch Dashboards 1.0.0.{%- endcomment -%}

_getting-started/security.md renamed to _security/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
layout: default
33
title: Getting started with OpenSearch security
4-
nav_order: 60
4+
nav_order: 1
5+
redirect_from:
6+
- /getting-started/security/
57
---
68

79
# Getting started with OpenSearch security

_security/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ To learn more, see [Cross-cluster search]({{site.url}}{{site.baseurl}}/security/
7575

7676
## Next steps
7777

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.
78+
- To get started with OpenSearch security, read the [Getting started guide]({{site.url}}{{site.baseurl}}/security/getting-started).
8179

80+
- For practical recommendations, follow the [Best practices for OpenSearch security]({{site.url}}{{site.baseurl}}/security/configuration/best-practices/), which include 10 key considerations.
8281

82+
- To configure security in your OpenSearch implementation, use the [Security configuration overview]({{site.url}}{{site.baseurl}}/security/configuration/index/) for step-by-step instructions and links to customization options for your environment.

0 commit comments

Comments
 (0)