Skip to main content
Logwiz accepts logs two ways:
  • OTLP HTTP — the OpenTelemetry Protocol. Use this with any OTEL SDK, the OTEL Collector, or a sidecar that speaks OTLP. Records land in your OTEL logs index (otel-logs-v0_9 by default).
  • Logwiz NDJSON gateway — an authenticated HTTP endpoint that forwards NDJSON straight to a Quickwit index. Use this when you control the wire format and want to write to a custom-schema index.

Pick a path

If you have…Use
An app in Python, Node.js, Go, Java, or .NETThe matching language page (OTLP SDK)
Container logs on a Linux hostDocker (OTEL Collector)
Existing pipeline that emits your own schemaHTTP (NDJSON gateway)
Something else that speaks OTLPOTLP reference

Integrations

Languages

Python

Node.js

Go

Java

.NET

Platforms

Docker

Other

HTTP (NDJSON gateway)

Before you start

Every path requires an ingest token. Tokens are created in Administration → Tokens and are scoped to a single index — one token, one index. Pick the index you want to write to, create a token for it, and keep the value ready for the integration page you follow.
The built-in otel-logs-v0_9 index is created on first boot and is ready for OTLP traffic with no extra configuration. See Indexes for its schema.