Dash0

Dash0

Certified
Enterprise Edition

Tasks that ship Kestra workflow logs to Dash0 via OTLP/HTTP for centralized observability.

Use the LogExporter with the Dash0 OTLP/HTTP ingestion endpoint and a Bearer auth token to push run logs into a chosen Dash0 dataset. Pair it with a LogShipper to automate exports on a schedule.

How to use the Dash0 plugin

Ship Kestra execution logs to Dash0 from Kestra flows.

Authentication

Set endpoint (required, the Dash0 OTLP/HTTP ingest URL, e.g. https://ingress.eu-west-1.aws.dash0.com/v1/logs) and authToken (required, the Dash0 bearer token). Optionally set dataset to target a specific Dash0 dataset (default default). Store secrets in secrets and apply connection properties globally with plugin defaults.

Log exporters

LogExporter ships execution logs to Dash0 via OTLP/HTTP — set endpoint and authToken (both required). Optionally set dataset (default default) and chunk (logs per request, default 1000).