26 lines
996 B
Markdown
26 lines
996 B
Markdown
---
|
|
layout: default
|
|
title: About Dashboards
|
|
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.
|
|
|
|
|
|
## Get started with OpenSearch Dashboards
|
|
|
|
1. After starting OpenSearch Dashboards, you can access it at port 5601. For example, http://localhost:5601.
|
|
1. Log in with the default username `admin` and password `admin`.
|
|
1. Choose **Try our sample data** and add the sample flight data.
|
|
1. Choose **Discover** and search for a few flights.
|
|
1. Choose **Dashboard**, **[Flights] Global Flight Dashboard**, and wait for the dashboard to load.
|