Setup a Logging Pipeline Instance
To create a logging pipeline instance, you must meet the following terms:
You must have a valid and billable contract at IONOS.
You must have enough permission to manage the Data Center.
You must be the contract owner to be able to interact with the REST API.
Request
The following request creates a logging pipeline with 2 log streams.
This request will eventually create an instance of a logging pipeline with 2 log streams: Docker and Kubernetes. As you can see, each source must use a unique tag of your choice.
To see the full list of available sources, please refer to our log sources section.
Response
The following is just a sample of the response; your values will be different.
The pipeline will remain in the NotReady
status for a short amount of time till its provisioning is finished. You can get the pipeline information and its status by the following request.
Create a pipeline with custom labels
log sources like kubernetes
, docker
, and systemd
collect and provide the relevant labels, which can be used in report analysis and dashboard queries.
However, you might need to label a few more fields from the log sources additionally. You can define the additional labels as follows when you create a pipeline:
Get a Logging Pipeline
To get your pipeline information, you can use the following request.
Request
Response
On a successful request, you will receive important information on a Ready
pipeline.
You need the following pieces of information to configure the FluentBit and access the logs:
Field | Usage |
---|---|
tcpAddress | This is the address you need to set in the FluentBit configuration for the TCP log server. |
httpAddress | This is the address you need to set in the FluentBit configuration for the HTTP log server. |
grafanaAddress | This is the address where you can login with your IONOS credentials to access the logs. |
tag | This is the same tag you defined while creating the pipeline, which needs to be set in the FluentBit configuration. |
You need to obtain one last piece of information to send logs, the Key. Follow the instruction on how to obtain a key.
Last updated