> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/~/revisions/AMiYziCllTKB2y2lmONY/observability/logging-service/quick-start/access-logs-from-platform.md).

# Access Logs from the Platform

An observability platform is necessary for visualization and reporting purposes. IONOS uses [<mark style="color:blue;">Grafana</mark>](https://grafana.com) to enable you to meet your visualization needs.

{% hint style="info" %}
**Note:**

* Once you have created a pipeline, you can access your Grafana instance by logging in with your IONOS credentials.
* Your Grafana configurations and organization are associated with your contract number. If you have configured users with unique email addresses, they can access Grafana only with those specific email addresses linked to the contract number. Users cannot log into Grafana using any other email address unrelated to the contract.
  {% endhint %}

## Grafana access for sub-users

Sub-users in your contract number can access Grafana with their IONOS credentials, subject to the following conditions:

* At least one pipeline must be connected to the contract number.
* Sub-users must be active and have the [<mark style="color:blue;">necessary privileges</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/observability/logging-service/dcd-how-tos/set-privileges-logging-service.md) to access Logging Service.

If you are unable to log into Grafana, ensure that you have checked the following:

* The sub-user is active and has the necessary privileges to access the Logging Service.
* The contract number contains at least one logging pipeline.
* The sub-user uses the correct email address associated with the contract number.

If the issue persists, contact [<mark style="color:blue;">IONOS Cloud Support</mark>](https://docs.ionos.com/support/general-information/contact-information).

You can obtain your Grafana instance address by sending a `GET` request to the server. For more information, see [<mark style="color:blue;">Retrieve logging pipeline information</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/observability/logging-service/api-how-tos/retrieve-logging-pipeline-information.md). The response contains the `grafanaAddress`. This information remains the same for all your logging pipelines.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/~/revisions/AMiYziCllTKB2y2lmONY/observability/logging-service/quick-start/access-logs-from-platform.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
