Obtain a new Key

A key is necessary to send logs over the logging pipeline. For more information about the purpose of a pipeline key, see Log Security.

Request

To get a new key for a pipeline, you can use the following request. Remember to replace the {pipelineID} with a valid ID of a pipeline to access its key.

curl--location--requestPOST'https://logging.de-txl.ionos.com/pipelines/{pipelineID}/key' \--header 'Content-Type: application/json' \--header 'Authorization: Bearer $TOKEN'

Response

The response contains the key necessary to configure the Shared_Key in Fluent Bit.

{"key":"key123"}

Last updated

Was this helpful?

close