Product
Log management without a logging cluster to babysit.
Send logs to LogHouse, keep workloads in isolated services, and retain them on infrastructure built for analytical queries. This is a complete logging product—not a cold archive for another vendor.
What you get
- Managed ingest over HTTP, with collectors for OpenTelemetry and existing agents.
- Per-service isolation for teams, environments, or customers.
- Retention policies that can stay measured in weeks or months.
- Tokens with read or write scope, plus organization-level access control.
POST https://api.loghouse.ai/v1/logs
Authorization: Basic lht_…
content-type: application/json
[
{
"severity": "info",
"service_name": "api",
"message": "hello from LogHouse"
}
]Continue to search, insights, or documentation.
FAQ
Can LogHouse be my only log product?
Yes. Many teams send application and infrastructure logs directly to LogHouse and investigate them in the explorer and API without a second logging vendor.
How are tenants separated?
Each LogHouse service has its own ingest credentials, query tokens, and retention settings so applications, environments, or customers stay isolated.
