Docs
Send logs. Search them. Keep them.
LogHouse is a fully managed logging platform built on ClickHouse. It manages schemas, ingestion, scaling, storage, retention, optimization and upgrades for customers. LogHouse can be used as a standalone logging platform or as a managed ClickHouse backend for Datadog.
1. Create a service
Sign up, create an organization, then create a service in a region. Each service gets ingest credentials and query tokens. Retention and isolation are per service.
2. Ingest
POST JSON log records to /v1/logs with a write token. OpenTelemetry Collector can export the same endpoint. Native OTLP gRPC is not claimed as a separate product surface in this documentation.
[
{
"severity": "info",
"service_name": "api",
"message": "hello from LogHouse"
}
]3. Query
Use the LogHouse explorer, the HTTP query path with a read token, or Grafana with a ClickHouse data source. See the API reference.
