otel-logs-v0_9 OpenTelemetry index is ready to receive logs immediately. See Indexes for full schema details and field mapping.
Create an ingest token
Open Administration -> Send Logs, create a token, and copy it before closing the dialog. The token value is shown only once. Each token can optionally be scoped to specific index IDs.
Choose your target index
Pick the Quickwit index you want to write to. If you are using the default setup, that is
otel-logs-v0_9. See Indexes to learn about the built-in index and custom indexes.Content-Type: application/x-ndjson.
The ?commit=wait_for parameter tells Quickwit to index the documents before returning, so the logs are immediately searchable. Omit it to use Quickwit’s default asynchronous commit.