Ingest OTLP logs (protobuf)
OTLP/HTTP logs exporter endpoint. Accepts only application/x-protobuf (ExportLogsServiceRequest). The destination index comes from the ingest key. Quickwit answers with JSON, so the response is re-encoded as protobuf, preserving the partial_success count of rejected records. Errors use the google.rpc.Status encoding: 415 is JSON, everything else is binary protobuf. See /send-logs/otlp for details.
Authorizations
Ingest API key
Body
Serialised opentelemetry.proto.collector.logs.v1.ExportLogsServiceRequest
Response
Accepted. ExportLogsServiceResponse — empty when every record was accepted, or carrying partial_success when Quickwit rejected some.
Serialised opentelemetry.proto.collector.logs.v1.ExportLogsServiceResponse

