Skip to content

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.

POST https://api.loghouse.ai/v1/logs
Authorization: Basic lht_…
content-type: application/json
[
  {
    "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.

4. Optional integrations

  • Grafana — provision a data source when the plugin and token allow it.
  • Datadog — store keys and attempt Federated Logs; fall back to pipelines if Datadog does not expose the API.

Send us the logs. We'll handle the database.

Send us the logs. We'll handle the database.

No infrastructure to manage.