Skip to content

Output Types

Support status lives in the YAML Reference. This page focuses on usage notes and examples.

Send logs as OpenTelemetry protobuf over HTTP or gRPC.

output:
type: otlp
endpoint: https://collector:4318/v1/logs
protocol: http # http | grpc
compression: zstd # zstd | gzip | none
auth:
bearer_token: "${OTEL_TOKEN}"

The endpoint must include the full path (e.g. /v1/logs for HTTP). FastForward posts directly to this URL.