--- layout: default title: Getting started with OpenSearch 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 -%} # Getting started with OpenSearch Dashboards OpenSearch Dashboards is an open-source, integrated visualization tool that makes it easy for users to explore their data in OpenSearch. From real-time application monitoring, threat detection, and incident management to personalized search, OpenSearch Dashboards gives you the data visualizations needed to graphically represent trends, outliers, and patterns in your data. The image below shows a sample of data visualizations in OpenSearch Dashboards. User interface showing several data visualizations ## Use cases for OpenSearch Dashboards In OpenSearch Dashboards, a data dashboard is a collection of charts, graphs, gauges, and other visualizations that gives you a snapshot of the data that you're interested in and that you interact with. You can track, analyze, and display real-time search, monitoring, and analysis of business and operational data for use cases like application monitoring, log analytics, observability, and website search. The image below shows data visualization use cases for OpenSearch Dashboards.
Visualize log and trace data with interactive log analytics.Log analytics Detect and mitigate issues faster with anomaly detection.Anomaly detection
Diagnose performance issues and reduce application downtime.Observability interface and log monitoring features Unlock real-time search, monitoring, and analysis of business and operational data.Real-time search, monitoring, and analysis
## Explore the OpenSearch Dashboards playground You can interact with the demonstration datasets in the OpenSearch Dashboards playground by following the steps below: 1. Go to the [OpenSearch Dashboards playground](https://playground.opensearch.org/app/home). 2. Choose **OpenSearch Dashboards > Dashboard**. 3. Explore the available datasets and select one: **[Flights] Global Flight Dashboard**, **[Logs] Web Traffic**, or **[eCommerce] Revenue Dashboard**. 4. Interact with the data on a dashboard. Choose **Add filter**, and specify the data you'd like to see. 5. Select one of the options from the **Field** menu, and specify an **Operator** to filter the results. The image below shows a [Logs] Web Traffic dashboard with filters applied. Logs web traffic dashboard with filters applied ## Next steps You can run OpenSearch Dashboards on a local host after installing OpenSearch. See [Install and configure OpenSearch]({{site.url}}{{site.baseurl}}/opensearch/install/index/) and [Install and configure OpenSearch Dashboards]({{site.url}}{{site.baseurl}}/dashboards/install/index/) for installation instructions. ## Related links - [Getting Started with OpenSearch]({{site.url}}{{site.baseurl}}). - [Launch Highlight: OpenSearch Playground](https://www.opensearch.org/blog/community/2022/10/opensearch-playground/) - [Upgrade from Kibana OSS to OpenSearch Dashboards]({{site.url}}{{site.baseurl}}/upgrade-to/dashboards-upgrade-to/) - [OpenSearch Frequently Asked Questions]({{site.url}}/faq/) - [OpenSearch Dashboards Developer Guide](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/DEVELOPER_GUIDE.md)