---
title: "OVHcloud Dedicated Servers Logs Forwarding"
description: "Find out how to forward the logs of your OVHcloud Dedicated Server to Logs Data Platform, then query, visualise and archive them from your own data stream"
url: https://docs.ovhcloud.com/es/guides/bare-metal-cloud/dedicated-servers/dedicated-servers-logs-to-customers
lang: es
lastUpdated: 2026-09-16
---
> For AI agents: the complete documentation index is available at https://docs.ovhcloud.com/es/llms.txt, the full documentation bundle is available at https://docs.ovhcloud.com/es/llms-full.txt.

# OVHcloud Dedicated Servers Logs Forwarding

## Objective

This guide explains how to enable the forwarding of the logs of your OVHcloud Dedicated Server to Logs Data Platform (LDP), a platform that helps you store, archive, query and visualise your logs.

To find out more about Logs Data Platform before reading this guide, refer to the [Logs Data Platform introduction guide](https://docs.ovhcloud.com/es/guides/manage-and-operate/observability/logs-data-platform/introduction.md).

**In this guide, you will learn how to:**

- View the logs of your Dedicated Server in real time.
- Create a subscription that forwards those logs to a Logs Data Platform data stream.
- Query and visualise the forwarded logs.
- Manage and delete your subscriptions.

:::info
The logs described in this guide cover the **installation of the operating system** on your server, and are generated by OVHcloud during that installation. They are **not** the system logs produced by the operating system once it is running.

To centralise the logs produced by your own operating system, refer to the guide on [sending Linux logs to Logs Data Platform](https://docs.ovhcloud.com/es/guides/manage-and-operate/observability/logs-data-platform/log-linux.md) instead.
:::

## Glossary

- **Logs Data Platform:** a fully managed and secured log management platform by OVHcloud. For more information, consult the [Logs Data Platform](https://www.ovhcloud.com/es-es/identity-security-operations/logs-data-platform/) service page.
- **Data Stream:** a logical partition of logs that you create in an LDP account and use when ingesting, viewing or querying your logs. Multiple sources can be stored in the same data stream, and it is the unit used to define a log pipeline (retention policy, archiving, live streaming, etc.), access rights and alert policies.
- **Logs forwarding:** a feature integrated into an OVHcloud product to ingest the logs of its services into a _Data Stream_ of an LDP account in the same OVHcloud account. You must enable it for each service.
- **Logs forwarding Subscription:** when you enable logs forwarding for a given OVHcloud service to a given LDP _Data Stream_, a _Subscription_ is created and attached to the _Data Stream_, which you then manage.

## Requirements

- A Logs Data Platform (LDP) account with at least one active _Stream_ configured. This guide will walk you through all the necessary steps: [Quick start for Logs Data Platform](https://docs.ovhcloud.com/es/guides/manage-and-operate/observability/logs-data-platform/getting-started-quick-start.md).
  - If you are not familiar with all the LDP _Stream_ configuration possibilities, create a new one with the default options (indexing and WebSocket enabled, long-term storage disabled) for this guide.
- An up-and-running [OVHcloud Dedicated Server](https://docs.ovhcloud.com/es/guides/bare-metal-cloud/dedicated-servers/getting-started-with-dedicated-server.md).
- Both the LDP account and the Dedicated Server must belong to the same OVHcloud account.


***

### OVHcloud Control Panel Access

- **Direct link:** <ManagerLink to="/#/dedicated-servers/server">Dedicated servers</ManagerLink>
- **Navigation path:** <code className="action">Bare Metal Cloud</code> > <code className="action">Dedicated servers</code> > Select your server

***


## Concepts and limits

**What are the logs of a Dedicated Server?**

The forwarded logs trace the successive steps of the operating system installation carried out by OVHcloud on your server.

Logs forwarding is available on all Dedicated Server ranges.

### Log kinds

Logs are grouped into _kinds_, and each kind is subscribed to separately. A Dedicated Server currently exposes a single kind:

| Kind      | Display name                       | Description                                                         |
| --------- | ---------------------------------- | ------------------------------------------------------------------- |
| `install` | Operating system installation logs | Details of the installation of the operating system on your server. |

You can retrieve the list of kinds available on your server with the following API call:


🇪🇺EU▾

[GET/dedicated/server/{serviceName}/log/kind](https://api.eu.ovhcloud.com/console/?section=/dedicated/server&branch=v2#get-/dedicated/server/-serviceName-/log/kind)

To get the details of one kind, including the additional fields it returns, use the following API call:


🇪🇺EU▾

[GET/dedicated/server/{serviceName}/log/kind/{name}](https://api.eu.ovhcloud.com/console/?section=/dedicated/server&branch=v2#get-/dedicated/server/-serviceName-/log/kind/-name-)

### Log contents

In addition to the fields common to every log ingested by Logs Data Platform, the `install` kind returns the following fields:

| Field name    | Description                                                                                                                   | Type   |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------ |
| `level`       | Criticality level of the log entry, following the standard syslog severity values: `2` (critical), `4` (warning), `6` (info). | Number |
| `os`          | Operating system installed on the server.                                                                                     | String |
| `serviceName` | Internal name of your server, in the form `nsxxxxx.ip-xx-xx-xx.eu`.                                                           | String |
| `status`      | Current step of the operation: `ola-group-doing`, `os-install-start`, `os-install-failed` or `os-install-ok`.                 | String |

:::info
The list of `status` values above is the current one and will evolve over time.
:::

For the fields common to every log, refer to the [field naming convention](https://docs.ovhcloud.com/es/guides/manage-and-operate/observability/logs-data-platform/field-naming-conventions.md) guide.

## Instructions

The forwarding activation is free of charge, but you will be charged for the usage of the Logs Data Platform service as per the standard price plan. For LDP pricing, refer to the [Logs Data Platform](https://www.ovhcloud.com/es-es/identity-security-operations/logs-data-platform/) service page.

### Enabling logs forwarding


**OVHcloud Control Panel**

:::warning
These steps only apply to the <ManagerLink to="/beta/#/bare-metal/dedicated">Beta version of the OVHcloud Control Panel</ManagerLink>.
:::
In the OVHcloud Control Panel, go to the <code className="action">Bare Metal Cloud</code> section, select <code className="action">Dedicated Servers</code>, then select the server whose logs you want to forward.
Click the <code className="action">Logs</code> tab.
The page is split into 2 panels:
- On the left, the **live-tail** panel displays the logs of your server in real time.
- On the right, the **subscription** panel lists your active subscriptions and lets you create new ones.
Since a Dedicated Server exposes a single log kind, no kind selector is displayed above the panels.
To forward your logs to Logs Data Platform, click <code className="action">Subscribe</code> in the subscription panel (or <code className="action">Subscribe to another data stream</code> if you already have an active subscription).
Select the Logs Data Platform account from the drop-down list at the top left, then select the target data stream in the table. Click <code className="action">Subscribe</code> on the corresponding row.
Only the logs generated **after** the subscription is created are sent to your data stream.
For a detailed description of the live-tail and subscription panels, shared by all products compatible with OVHcloud Service Logs, refer to the [Introduction to OVHcloud Service Logs with Logs Data Platform](https://docs.ovhcloud.com/es/guides/manage-and-operate/observability/logs-data-platform/service-logs.md) guide.


**OVHcloud API**

Define, in one of your LDP accounts, the target _Stream_ to which you want your logs forwarded. Enabling the forwarding creates a subscription for this stream ID.
#### Step 1 - Retrieve your target Stream (and ID)
List the data streams of your Logs Data Platform account (enter your LDP ID in the form `ldp-xx-xxxx` into the `serviceName` field):

🇪🇺EU▾

[GET/dbaas/logs/{serviceName}/output/graylog/stream](https://api.eu.ovhcloud.com/console/?section=/dbaas/logs&branch=v1#get-/dbaas/logs/-serviceName-/output/graylog/stream)

Get the details of a data stream:

🇪🇺EU▾

[GET/dbaas/logs/{serviceName}/output/graylog/stream/{streamId}](https://api.eu.ovhcloud.com/console/?section=/dbaas/logs&branch=v1#get-/dbaas/logs/-serviceName-/output/graylog/stream/-streamId-)

#### Step 2 - Create your subscription
Use the following API call to create a subscription:

🇪🇺EU▾

[POST/dedicated/server/{serviceName}/log/subscription](https://api.eu.ovhcloud.com/console/?section=/dedicated/server&branch=v2#post-/dedicated/server/-serviceName-/log/subscription)

:::info
Replace:
- `serviceName`: this is the internal name of your Dedicated Server, in the form `nsxxxxx.ip-xx-xx-xx.eu`. You can find it on the Dedicated Server management page in the OVHcloud Control Panel or using the following API call:

🇪🇺EU▾

[GET/dedicated/server](https://api.eu.ovhcloud.com/console/?section=/dedicated/server&branch=v2#get-/dedicated/server)

:::
The POST request has a payload that requires:
- `kind`: the kind of log you want to forward. See [Log kinds](#log-kinds) above.
- `streamId`: the target data stream of your LDP account to which you want your Dedicated Server logs forwarded.
```shell
POST /dedicated/server/{serviceName}/log/subscription
{
  "kind": "install", // The only kind currently available on a Dedicated Server.
  "streamId": "198ef9d5-c320-4000-8bee-236623da5b80" // The streamID of the targeted Stream.
}
```
You will get an `operationId` in response:
```shell
{
  "operationId": "f550aa1c-89ab-4b1a-81ae-4fba4959966f",
  "serviceName": "ldp-xx-xxxx"
}
```
You can use the `operationId` to retrieve the `subscriptionId` for further management purposes using the following API call:

🇪🇺EU▾

[GET/dbaas/logs/{serviceName}/operation/{operationId}](https://api.eu.ovhcloud.com/console/?section=/dbaas/logs&branch=v1#get-/dbaas/logs/-serviceName-/operation/-operationId-)

Alternatively, once the operation is finished, retrieve the subscriptions with the following API call:

🇪🇺EU▾

[GET/dedicated/server/{serviceName}/log/subscription](https://api.eu.ovhcloud.com/console/?section=/dedicated/server&branch=v2#get-/dedicated/server/-serviceName-/log/subscription)

Once you have the `subscriptionId`, you can get the details using the following API call:

🇪🇺EU▾

[GET/dedicated/server/{serviceName}/log/subscription/{subscriptionId}](https://api.eu.ovhcloud.com/console/?section=/dedicated/server&branch=v2#get-/dedicated/server/-serviceName-/log/subscription/-subscriptionId-)

```shell
GET /dedicated/server/{serviceName}/log/subscription/{subscriptionId}

{
  "createdAt": "2026-08-31T07:42:50.645Z",
  "kind": "string",
  "resource": {
    "name": "string",
    "type": "string"
  },
  "serviceName": "string",
  "streamId": "string",
  "subscriptionId": "198efa11-f150-4000-8e8d-871b1e482b80",
  "updatedAt": "2026-08-31T07:42:50.645Z"
}
```


### Using your Dedicated Server logs

Now that your logs are ingested and stored in your Logs Data Platform data stream, you can query them and build dashboards in the Graylog web interface.

- In the OVHcloud Control Panel, retrieve the LDP username (for example `logs-xxxx`) and its password on your Logs Data Platform account home page. You can refer to the [Quick start for Logs Data Platform](https://docs.ovhcloud.com/es/guides/manage-and-operate/observability/logs-data-platform/getting-started-quick-start.md).
- Open the Graylog web UI. You can retrieve the link on your account home page or using your access point, depending on your account region (for example, the Gravelines region is `https://gra1.logs.ovh.com/`).
- Log in to Graylog using your Logs Data Platform username and password.
- Search through your logs across the data stream of your Logs Data Platform account. Refer to the [Search Syntax Reference](https://go2docs.graylog.org/current/making_sense_of_your_log_data/search_syntax_reference.htm) documentation for details on the search syntax.

For more details about how to use your logs with Logs Data Platform, including how to set up alerts, view the logs in real time through a WebSocket, build visualisations with OpenSearch Dashboards, integrate with the OpenSearch API and connect with Grafana, refer to the [Introduction to Logs Data Platform](https://docs.ovhcloud.com/es/guides/manage-and-operate/observability/logs-data-platform/introduction.md).

### Managing your subscriptions

At any time, you can retrieve the subscriptions attached to your Logs Data Platform data stream and disable the forwarding by cancelling your subscription on your stream, so that your Logs Data Platform stream no longer receives your Dedicated Server logs.

This does not delete the logs stored before the subscription was cancelled, as the data stored in a log stream is immutable unless you delete the entire stream.

To delete your subscription, use the following API call:


🇪🇺EU▾

[DELETE/dedicated/server/{serviceName}/log/subscription/{subscriptionId}](https://api.eu.ovhcloud.com/console/?section=/dedicated/server&branch=v2#delete-/dedicated/server/-serviceName-/log/subscription/-subscriptionId-)

## Go further

[Introduction to OVHcloud Service Logs with Logs Data Platform](https://docs.ovhcloud.com/es/guides/manage-and-operate/observability/logs-data-platform/service-logs.md)

[Quick start for Logs Data Platform](https://docs.ovhcloud.com/es/guides/manage-and-operate/observability/logs-data-platform/getting-started-quick-start.md)

[Archiving your logs - Cold-storage](https://docs.ovhcloud.com/es/guides/manage-and-operate/observability/logs-data-platform/archive-cold-storage.md)

For training or technical assistance implementing our solutions, contact your sales representative or visit our [Professional Services](https://www.ovhcloud.com/es-es/professional-services/) page to request a quote and have your project analysed by our experts.

Join our [community of users](https://community.ovhcloud.com/).
