Log Sources
Kubernetes
Docker
Linux Systemd
HTTP (JSON)
curl -X "POST" "https://12be6dbe134f-logs.3b0b424eb27f.logging.de-txl.ionos.com/myhttp" \
-H 'Content-Type: application/json' \
-H 'APIKEY: <KEY>' \
-d $'{
"status": "Ready",
"ts": 1580306777.04728,
"pod": {
"name": "Example Name",
"namespace": "data"
},
"msg": "Pod status updated",
"level": "error",
"label_1": "test label"
}'Last updated
Was this helpful?