Add redirects for recent TOC changes (#2577)

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
This commit is contained in:
Naarcha-AWS 2023-02-02 17:48:13 -06:00 committed by GitHub
parent ebdce3598e
commit 6ebd6cfbcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 23 additions and 10 deletions

View File

@ -3,7 +3,8 @@ layout: default
title: Cluster settings title: Cluster settings
nav_order: 50 nav_order: 50
parent: Cluster APIs parent: Cluster APIs
has_children: false redirect_from:
- /api-reference/cluster-settings/
--- ---
# Cluster settings # Cluster settings

View File

@ -17,7 +17,7 @@ has_children: true
This tutorial shows you how to use Discover to analyze and understand a sample dataset. At the end of this tutorial, you should be ready to use Discover with your own data. This tutorial shows you how to use Discover to analyze and understand a sample dataset. At the end of this tutorial, you should be ready to use Discover with your own data.
Before starting this tutorial, make sure you've added the **Sample flight data**. See [Quickstart guide for OpenSearch Dashboards]({{site.url}}{{site.baseurl}}/dashboards/quickstart/) for information about how to get started. Before starting this tutorial, make sure you've added the **Sample flight data**. See [Quickstart guide for OpenSearch Dashboards]({{site.url}}{{site.baseurl}}/dashboards/quickstart-dashboards/) for information about how to get started.
{: .warning} {: .warning}
### Setting up data ### Setting up data

View File

@ -3,6 +3,8 @@ layout: default
title: Setting the time filter title: Setting the time filter
parent: Exploring data with Discover parent: Exploring data with Discover
nav_order: 10 nav_order: 10
redirect_from:
- /dashboards/get-started/time-filter/
--- ---
# Setting the time filter # Setting the time filter

View File

@ -3,6 +3,8 @@ layout: default
title: Quickstart guide for OpenSearch Dashboards title: Quickstart guide for OpenSearch Dashboards
nav_order: 20 nav_order: 20
has_children: false has_children: false
redirect_from:
- /dashboards/index/
--- ---
# Quickstart guide for OpenSearch Dashboards # Quickstart guide for OpenSearch Dashboards
@ -31,7 +33,7 @@ Sample datasets come with visualizations, dashboards, and other tools to help yo
# Exploring and inspecting data # Exploring and inspecting data
In [**Discover**](discover/index.md), you can: In [**Discover**]({{site.url}}{{site.baseurl}}/dashboards/discover/index-discover/), you can:
- Choose data to explore, set a time range for that data, search it using [Dashboards Query Language (DQL)]({{site.url}}{{site.baseurl}}/dashboards/dql/), and filter the results. - Choose data to explore, set a time range for that data, search it using [Dashboards Query Language (DQL)]({{site.url}}{{site.baseurl}}/dashboards/dql/), and filter the results.
- Explore the data, view individual documents, and create tables summarizing the data's contents. - Explore the data, view individual documents, and create tables summarizing the data's contents.
@ -40,7 +42,7 @@ In [**Discover**](discover/index.md), you can:
## Try it: Getting familiar with Discover ## Try it: Getting familiar with Discover
1. On the OpenSearch Dashboards **Home** page, choose **Discover**. 1. On the OpenSearch Dashboards **Home** page, choose **Discover**.
1. Change the [time filter](time-filter.md) to **Last 7 days**, as shown in the following image. 1. Change the [time filter]({{site.url}}{{site.baseurl}}/dashboards/discover/time-filter/) to **Last 7 days**, as shown in the following image.
<img src="{{site.url}}{{site.baseurl}}/images/last-7--days.png" alt="Time filter interface" width="350"/> <img src="{{site.url}}{{site.baseurl}}/images/last-7--days.png" alt="Time filter interface" width="350"/>
@ -79,7 +81,7 @@ Raw data can be difficult to comprehend and use. Data visualizations help you pr
Continuing with the preceding dashboard, you'll create a bar chart comparing the number of canceled flights and delayed flights to delay type and then add the panel to the dashboard: Continuing with the preceding dashboard, you'll create a bar chart comparing the number of canceled flights and delayed flights to delay type and then add the panel to the dashboard:
1. Change the default [time range]({{site.url}}{{site.baseurl}}/dashboards/get-started/time-filter/) from **24 hours** to **Last 7 days**. 1. Change the default [time range]({{site.url}}{{site.baseurl}}/dashboards/discover/time-filter/) from **24 hours** to **Last 7 days**.
1. In the toolbar, choose **Edit**, then **Create new**. 1. In the toolbar, choose **Edit**, then **Create new**.
1. Select **VisBuilder** in the **New Visualizations** window. 1. Select **VisBuilder** in the **New Visualizations** window.
1. In the **Data Source** dropdown list, choose `opensearch_dashboards_sample_data_flights`. 1. In the **Data Source** dropdown list, choose `opensearch_dashboards_sample_data_flights`.
@ -113,5 +115,5 @@ Alternatively, you can apply filters using the dashboard toolbar:
# Next steps # Next steps
- **Visualize data**. To learn more about data visualizations in OpenSearch Dashboards, see [**Building data visualizations with Visualize**]({{site.url}}{{site.baseurl}}/dashboards/visualize/viz-index/). - **Visualize data**. To learn more about data visualizations in OpenSearch Dashboards, see [**Building data visualizations with Visualize**]({{site.url}}{{site.baseurl}}/dashboards/visualize/viz-index/).
- **Create dashboards**. To learn more about creating dashboards in OpenSearch Dashboards, see [**Creating dashboards with Dashboard**]({{site.url}}{{site.baseurl}}/dashboards/dashboard/). - **Create dashboards**. To learn more about creating dashboards in OpenSearch Dashboards, see [**Creating dashboards with Dashboard**]({{site.url}}{{site.baseurl}}/dashboards/quickstart-dashboards/).
- **Explore data**. To learn more about exploring data in OpenSearch Dashboards, see [**Exploring data with Discover**]({{site.url}}{{site.baseurl}}/dashboards/discover/). - **Explore data**. To learn more about exploring data in OpenSearch Dashboards, see [**Exploring data with Discover**]({{site.url}}{{site.baseurl}}/dashboards/discover/index-discover/).

View File

@ -5,7 +5,7 @@ nav_order: 75
has_children: true has_children: true
has_toc: false has_toc: false
redirect_from: redirect_from:
- /security/access-control/ - /security-plugin/access-control/index/
--- ---
# Access control # Access control

View File

@ -3,6 +3,8 @@ layout: default
title: Generating self-signed certificates title: Generating self-signed certificates
parent: Configuration parent: Configuration
nav_order: 20 nav_order: 20
redirect_from:
- /security-plugin/configuration/generate-certificates/
--- ---
# Generating self-signed certificates # Generating self-signed certificates

View File

@ -5,7 +5,7 @@ nav_order: 2
has_children: true has_children: true
has_toc: false has_toc: false
redirect_from: redirect_from:
- /security/configuration/ - /security-plugin/configuration/
--- ---
# Security configuration # Security configuration

View File

@ -3,6 +3,8 @@ layout: default
title: Applying changes to configuration files title: Applying changes to configuration files
parent: Configuration parent: Configuration
nav_order: 25 nav_order: 25
redirect_from:
- /security-plugin/configuration/security-admin/
--- ---
# Applying changes to configuration files # Applying changes to configuration files

View File

@ -3,6 +3,8 @@ layout: default
title: Configuring TLS certificates title: Configuring TLS certificates
parent: Configuration parent: Configuration
nav_order: 15 nav_order: 15
redirect_from:
- /security-plugin/configuration/tls/
--- ---
# Configuring TLS certificates # Configuring TLS certificates

View File

@ -3,6 +3,8 @@ layout: default
title: Modifying the YAML files title: Modifying the YAML files
parent: Configuration parent: Configuration
nav_order: 10 nav_order: 10
redirect_from:
- /security-plugin/configuration/yaml/
--- ---
# Modifying the YAML files # Modifying the YAML files

View File

@ -5,7 +5,7 @@ nav_order: 1
has_children: false has_children: false
has_toc: false has_toc: false
redirect_from: redirect_from:
- /security/ - /security-plugin/
--- ---
# About Security in OpenSearch # About Security in OpenSearch