receivers: otlp: protocols: grpc: endpoint: 0.0.0.0:4317 http: endpoint: 0.0.0.0:4318 processors: batch: {} exporters: otlp_http/elastic: endpoint: ${env:ELASTIC_OTLP_ENDPOINT} headers: Authorization: ${env:ELASTIC_OTLP_API_KEY} service: pipelines: traces: receivers: [otlp] processors: [batch] exporters: [otlp_http/elastic] metrics: receivers: [otlp] processors: [batch] exporters: [otlp_http/elastic] logs: receivers: [otlp] processors: [batch] exporters: [otlp_http/elastic]