---
description: Configure and manage Aidbox logging with OTEL logs exporter parameters for observability and monitoring.
---

# OTEL logs exporter parameters

<table><thead><tr><th width="239">Setting</th><th width="127">Value type</th><th>Description</th></tr></thead><tbody><tr><td><a href="../../../../reference/all-settings.md#observability.otel.logs-url">observability.otel.logs-url</a></td><td><code>string</code></td><td>The logs' consumer URL (OTEL collector receiver endpoint, Elastic EPM etc.)</td></tr><tr><td><a href="../../../../reference/all-settings.md#observability.otel.logs-request-headers">observability.otel.logs-request-headers</a></td><td><code>string</code></td><td>The headers for OTEL logs requests, formatted as <code>HeaderName:HeaderValue\nHeaderName:HeaderValue</code></td></tr><tr><td><a href="../../../../reference/all-settings.md#observability.otel.logs-batch-max-size">observability.otel.logs-batch-max-size</a></td><td><code>int</code></td><td>Max amount of logs in one send logs request.<br>Default value - <code>100</code></td></tr><tr><td><a href="../../../../reference/all-settings.md#observability.otel.logs-batch-timeout">observability.otel.logs-batch-timeout</a></td><td><code>int</code></td><td>Timeout in milliseconds between send logs requests.<br>Default value - <code>1000</code></td></tr><tr><td><a href="../../../../reference/all-settings.md#observability.otel.logs-history-size">observability.otel.logs-history-size</a></td><td><code>int</code></td><td>Logs history size on <code>telemetry $status</code> endpoint.<br>Default value - <code>10</code></td></tr></tbody></table>
