From bdffb128d851007866e1d525c7a5fb82b7830bef Mon Sep 17 00:00:00 2001 From: aetter Date: Wed, 25 Aug 2021 15:17:51 -0700 Subject: [PATCH] Some redirects for OpenSearch Dashboards 1.0.0 --- _dashboards/index.md | 3 +++ _dashboards/maptiles.md | 4 ++++ _opensearch/index.md | 3 +++ 3 files changed, 10 insertions(+) diff --git a/_dashboards/index.md b/_dashboards/index.md index d4ac0e23..df5a9516 100644 --- a/_dashboards/index.md +++ b/_dashboards/index.md @@ -5,9 +5,12 @@ nav_order: 1 has_children: false has_toc: false redirect_from: + - /docs/opensearch-dashboards/ - /dashboards/ --- +{%- comment -%}The `/docs/opensearch-dashboards/` redirect is specifically to support the UI links in OpenSearch Dashboards 1.0.0.{%- endcomment -%} + # OpenSearch Dashboards OpenSearch Dashboards is the default visualization tool for data in OpenSearch. It also serves as a user interface for many of the OpenSearch plugins, including security, alerting, Index State Management, SQL, and more. diff --git a/_dashboards/maptiles.md b/_dashboards/maptiles.md index 1bbf27f6..f7a43046 100644 --- a/_dashboards/maptiles.md +++ b/_dashboards/maptiles.md @@ -2,8 +2,12 @@ layout: default title: WMS map server nav_order: 5 +redirect_from: + - /docs/opensearch-dashboards/maptiles/ --- +{%- comment -%}The `/docs/opensearch-dashboards/maptiles/` redirect is specifically to support the UI links in OpenSearch Dashboards 1.0.0.{%- endcomment -%} + # Configure WMS map server OpenSearch Dashboards includes default map tiles, but if you need more specialized maps, you can configure OpenSearch Dashboards to use a WMS map server: diff --git a/_opensearch/index.md b/_opensearch/index.md index dbafecf0..505faeec 100644 --- a/_opensearch/index.md +++ b/_opensearch/index.md @@ -5,9 +5,12 @@ nav_order: 1 has_children: false has_toc: false redirect_from: + - /docs/opensearch/ - /opensearch/ --- +{%- comment -%}The `/docs/opensearch/` redirect is specifically to support the UI links in OpenSearch Dashboards 1.0.0.{%- endcomment -%} + # Introduction to OpenSearch OpenSearch is a distributed search and analytics engine based on [Apache Lucene](https://lucene.apache.org/). After adding your data to OpenSearch, you can perform full-text searches on it with all of the features you might expect: search by field, search multiple indices, boost fields, rank results by score, sort results by field, and aggregate results.