# View Logging Pipelines

Once a logging pipeline is successfully created, the instance is listed on the **Logging Service** overview page.

To view the logging pipeline details, follow these steps:

1\. In the **DCD**, go to **Menu** > **Observability** > **Logging Service**.

{% hint style="success" %}
**Result:** A list of logging pipelines created is displayed. For every instance listed, you can view the following details:

* **NAME:** Displays the name of the logging pipeline. Select the name to view the respective pipeline details.
* **STATE:** Displays the state of the logging pipeline. Possible values are as follows:
  * **Available:** The logging pipeline is available and in good condition.
  * **Provisioning:** When the logging pipeline is either being updated or created.
  * **Destroying:** When the logging pipeline is being deleted.
  * **Failed:** When the logging pipeline creation or update has failed.
* **REGION:** Displays the region where the logging pipeline is created.
* **CREATION DATE:** Displays the date of creation of the logging pipeline.
* **LOG SOURCES:** Displays the number of log sources configured for the logging pipeline.
* **OPTIONS:** Select ![Options menu](/files/zMw81MF9KCPxOHBMLSog) to perform the following:
  * **View & Edit:** You can view and edit the selected logging pipeline details.
  * **Copy TCP endpoint:** Copy the TCP endpoint of the logging pipeline to use this endpoint in the log agent configuration, if applicable.
  * **Copy HTTP endpoint:** Copy the HTTP endpoint of the logging pipeline to use this endpoint in the log agent configuration, if applicable.
  * **Copy Grafana endpoint:** Copy the Grafana endpoint of the logging pipeline to use this endpoint in the Grafana instance for visualization and reporting purposes.
  * **Copy Pipeline UUID:** Copy the UUID of the logging pipeline to use this identifier in the API calls.
  * **Delete Pipeline:** Deletes the selected logging pipeline. In the dialog box that appears, select **Delete** to confirm deletion. For more information, see [<mark style="color:blue;">Delete a Logging Pipeline</mark>](/cloud/observability/logging-service/dcd-how-tos/delete-logging-pipeline.md).
    {% endhint %}

![Logging pipelines overview](/files/VLRoRQmGk1WTgsEqpfjt)

## View details of a selected Logging Pipeline

For the selected logging pipeline, you can view the following details:

* **Properties:** The following system information related to the logging pipeline is displayed:
  * **Name:** Displays the name of the logging pipeline.
  * **Region:** Displays the region of the logging pipeline.
  * **Status:** Displays the state of the logging pipeline.
  * **UUID:** The unique ID of the logging pipeline.
  * **Creation date:** Specifies the date and time of logging pipeline creation.
  * **Grafana Endpoint:** The Grafana endpoint URL for the logging pipeline, which is used to access the Grafana instance for visualization and reporting purposes.
  * **TCP Endpoint:** The TCP endpoint of the logging pipeline, which is used to send logs from the log agent, if applicable.
  * **HTTP Endpoint:** The HTTP endpoint of the logging pipeline, which is used to send logs from the log agent, if applicable.

![View logging pipeline properties](/files/DX6LqPlFVwETquiTwlke)

* **Log sources:** Refers to the log sources defined for the logging pipeline. For more information, see [<mark style="color:blue;">Define log sources</mark>](/cloud/observability/logging-service/dcd-how-tos/create-logging-service-pipeline.md#define-log-sources).

![View logging pipeline log sources](/files/k8HTgsVspAmt6BVSbKzq)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/cloud/observability/logging-service/dcd-how-tos/view-logging-pipelines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
