Some redirects for OpenSearch Dashboards 1.0.0
This commit is contained in:
parent
ff8cd66090
commit
bdffb128d8
|
@ -5,9 +5,12 @@ nav_order: 1
|
||||||
has_children: false
|
has_children: false
|
||||||
has_toc: false
|
has_toc: false
|
||||||
redirect_from:
|
redirect_from:
|
||||||
|
- /docs/opensearch-dashboards/
|
||||||
- /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
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
|
@ -2,8 +2,12 @@
|
||||||
layout: default
|
layout: default
|
||||||
title: WMS map server
|
title: WMS map server
|
||||||
nav_order: 5
|
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
|
# 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:
|
OpenSearch Dashboards includes default map tiles, but if you need more specialized maps, you can configure OpenSearch Dashboards to use a WMS map server:
|
||||||
|
|
|
@ -5,9 +5,12 @@ nav_order: 1
|
||||||
has_children: false
|
has_children: false
|
||||||
has_toc: false
|
has_toc: false
|
||||||
redirect_from:
|
redirect_from:
|
||||||
|
- /docs/opensearch/
|
||||||
- /opensearch/
|
- /opensearch/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{%- comment -%}The `/docs/opensearch/` redirect is specifically to support the UI links in OpenSearch Dashboards 1.0.0.{%- endcomment -%}
|
||||||
|
|
||||||
# Introduction to OpenSearch
|
# 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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue