---
title: "Using OpenSearch Dashboards with Logs Data Platform"
url: https://docs.ovhcloud.com/pl/guides/manage-and-operate/observability/logs-data-platform/opensearch-dashboards
lang: pl
lastUpdated: 2025-10-16
---
# Using OpenSearch Dashboards with Logs Data Platform

## Objective

This guide will help you unleash the full power of [OpenSearch Dashboards](https://opensearch.org/docs/latest/dashboards/index/) and craft some beautiful Dashboards from your logs.

## Requirements

This is what you need to know to get you started:

- You are already sending logs on a stream you own: [see the quick start tutorial](/pl/guides/manage-and-operate/observability/logs-data-platform/getting-started-quick-start.md)
- There is nothing else

After some training you will be able to do this kind of Dashboard:

![OpenSearch Dashboards](/images/manage-and-operate/observability/logs-data-platform/visualization-opensearch-dashboards/osd.png)


***

### OVHcloud Control Panel Access

- **Direct link:** <ManagerLink to="/#/dedicated/dbaas/logs">Logs Data Platform</ManagerLink>
- **Navigation path:** <code className="action">Identity, Security & Operations</code> > <code className="action">Logs Data Platform</code> > Select the platform concerned

***


## Instructions

### Create your Stream Alias

To access your logs from OpenSearch Dashboards, you will need to setup an OpenSearch Alias and link them to your Graylog streams, so here we go:

1. In the <code className="action">Alias</code> tab, click on the <code className="action">Add an alias</code> button
2. Choose a name and define a description for your alias
3. Save the entry by clicking the <code className="action">Save</code> button
4. Once the alias has been created, use the **...** menu to the right and select <code className="action">Attach content to the alias</code> option.
5. Define there the graylog streams you want to associate to your alias
6. That's it.

![Alias creation](/images/manage-and-operate/observability/logs-data-platform/visualization-opensearch-dashboards/alias.png)
So now Logs Data Platform knows which stream you want to browse. Now let's configure OpenSearch Dashboards and see if it works!

### Access your OpenSearch Dashboards instance

To create your OpenSearch Dashboards instance, click on OpenSearch Dashboards tab, click on `Add a instance
`, put a description and click on **Order**
 to launch the creation of your instance. Your instance will be created and delivered in approximately 20 minutes.
![osd creation](/images/manage-and-operate/observability/logs-data-platform/visualization-opensearch-dashboards/osd_created.png)
Use the **...**
 menu to the right and select `Access to your OpenSearch Dashboards instance
` option to be redirected.
![osd access](/images/manage-and-operate/observability/logs-data-platform/visualization-opensearch-dashboards/url.png)
Once there, use the right Identity provider to sign in and set on the first page. Click on the `Add data
` button to add sample data you can play with. However if you want to use your own data, you must configure **Index Patterns**
 in the stack management page. This page is accessible by clicking on the `Manage
` button next to the "Add data" button. You can also use the "Stack Management" option in the left side menu, displayable by using the top left the sandwich button.
In this configuration page, you can configure as the Index name, the full name of your alias **ldp-XXXXX-a-XXXXX**, but you can also use wildcards. Choose **timestamp** for the time field name then click on Discover tab to read your log entries.

![osd setup](/images/manage-and-operate/observability/logs-data-platform/visualization-opensearch-dashboards/osd_setup.png)
You can also explore any [OpenSearch index](/pl/guides/manage-and-operate/observability/logs-data-platform/index-as-a-service.md) you created on the platform. One OpenSearch Dashboards instance allows you to explore all the data you delivered on Logs Data Platform.

To know what you can do with OpenSearch Dashboards, read the [OpenSearch Dashboards documentation](https://opensearch.org/docs/latest/dashboards/index/)

## Go further

- Getting Started: [Quick Start](/pl/guides/manage-and-operate/observability/logs-data-platform/getting-started-quick-start.md)
- Documentation: [Guides](/pl/guides/manage-and-operate/observability/logs-data-platform/overview.md)
- Community hub: [community of users](https://community.ovhcloud.com/)
- Create an account: [Try it!](https://www.ovhcloud.com/en-gb/identity-security-operations/logs-data-platform/)
