Configure the Log Retention
curl -X "POST" "https://logging.de-txl.ionos.com/pipelines" \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer $TOKEN' \
-d $'{
"properties": {
"name": "demo",
"logs": [
{
"source": "kubernetes",
"protocol": "http",
"tag": "k8s",
"destinations": [
{
"type": "loki",
"retentionInDays": 5
}
]
}
]
}
}'Last updated
Was this helpful?