> 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/observability/logging-service/overview/log-pipelines.md).

# Log Pipelines

A log pipeline refers to an instance or configuration of the Logging Service you can create using the [<mark style="color:blue;">DCD</mark>](/cloud/observability/logging-service/dcd-how-tos/create-logging-service-pipeline.md) or the [<mark style="color:blue;">API</mark>](/cloud/observability/logging-service/api-how-tos/set-up-logging-pipeline-instance.md). To create an instance of the Logging Service, you can request the designated regional endpoint based on your desired location:

* Berlin: `https://logging.de-txl.ionos.com/pipelines`
* Frankfurt: `https://logging.de-fra.ionos.com/pipelines`
* London: `https://logging.gb-lhr.ionos.com/pipelines`
* Worcester: `https://logging.gb-bhx.ionos.com/pipelines`
* Paris: `https://logging.fr-par.ionos.com/pipelines`
* Logroño: `https://logging.es-vit.ionos.com/pipelines`
* Lenexa: `https://logging.us-mci.ionos.com/pipelines`
* Las Vegas: `https://logging.us-las.ionos.com/pipelines`
* Newark: `https://logging.us-ewr.ionos.com/pipelines`

When creating a log pipeline instance, you can define multiple log streams within each pipeline. Each stream functions as a separate log source, allowing you to organize and manage different sources of logs within your logging system.

To differentiate the log sources and enable effective reporting, it is necessary to provide a unique tag for each log source within the pipeline instance. The tag serves as an identifier or label for the log source, allowing you to distinguish and track the logs from different sources easily.

After the pipeline is set up, a unique endpoint is assigned to each pipeline, thus establishing a connection, either HTTP or TCP, with an independent log server. This endpoint serves as the designated destination for sending logs generated by all the log sources within the pipeline. However, to ensure proper categorization and differentiation, each pipeline configuration log source must utilize its designated tag. By adhering to this practice, the logs generated by each source can be accurately identified and traced, even when they are directed to the same endpoint.

![Logging Service Overview Design](/files/lAEE5euBMhUmVvprfGBP)

## Limitations

The Logging Service platform imposes specific limitations on the number of pipelines you can create and the log rate you can send to the log server.

These limitations are determined by your pricing plan and are designed to ensure that all users receive optimal performance and resource allocation.

### Ingestion Rate

By default, the platform sets an ingestion rate limit of 50 HTTP requests per second for each pipeline to prevent overloading the log server with excessive log data.


---

# 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/observability/logging-service/overview/log-pipelines.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.
