Modify a Logging Pipeline Instance
## Update a pipeline
curl -X "PATCH" "https://logging.de-txl.ionos.com/pipelines/b849d5dd-cabe-4c13-b04d-a11bcdee721b" \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer $TOKEN' \
-d $'{
"properties": {
"name": "new-logging-name",
"logs": [
{
"source": "kubernetes",
"tag": "new_tag",
"source": "tcp"
}
]
}
}'Last updated
Was this helpful?