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.
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.
<tablestyle="table-layout: fixed; width: 100%;">
<tbody>
<tr>
<tdstyle="text-align: left; font-family:Open Sans Condensed; vertical-align: top; width: 100%;">Visualize log and trace data with interactive log analytics.<imgsrc="{{site.url}}{{site.baseurl}}/images/visualize-log-data.png"alt="Log analytics"/></td>
<tdstyle="text-align: left; font-family:Open Sans Condensed; width: 100%;">Detect and mitigate issues faster with anomaly detection.<imgsrc="{{site.url}}{{site.baseurl}}/images/anomaly-detection.png"alt="Anomaly detection"/></td>
</tr>
<tr>
<tdstyle="text-align: left; font-family:Open Sans Condensed; vertical-align: top; width: 100%;">Diagnose performance issues and reduce application downtime.<imgsrc="{{site.url}}{{site.baseurl}}/images/observability.png"alt="Observability interface and log monitoring features"/></td>
<tdstyle="text-align: left; font-family:Open Sans Condensed; vertical-align: top; width: 100%;">Unlock real-time search, monitoring, and analysis of business and operational data.<imgsrc="{{site.url}}{{site.baseurl}}/images/analyzing-data-logs.png"alt="Real-time search, monitoring, and analysis"/></td>
</tr>
</tbody>
</table>
## 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.
<imgsrc="{{site.url}}{{site.baseurl}}/images/log-dashboard-filter.png"alt="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}}).