For AI agents: the documentation index is at /docs/aidbox/llms.txt. A Markdown version of this page is available at /docs/aidbox/modules/observability/logs/technical-reference/otel-logs-exporter-parameters.md or by requesting it with the Accept: text/markdown header.
Aidbox Docs

OTEL logs exporter parameters

SettingValue typeDescription
observability.otel.logs-urlstringThe logs' consumer URL (OTEL collector receiver endpoint, Elastic EPM etc.)
observability.otel.logs-request-headersstringThe headers for OTEL logs requests, formatted as HeaderName:HeaderValue\nHeaderName:HeaderValue
observability.otel.logs-batch-max-sizeintMax amount of logs in one send logs request.
Default value - 100
observability.otel.logs-batch-timeoutintTimeout in milliseconds between send logs requests.
Default value - 1000
observability.otel.logs-history-sizeintLogs history size on telemetry $status endpoint.
Default value - 10

Last updated: