Streaming Search
No expensive indexes to maintain. We stream through your logs and filter in real-time when you search. Your logs sleep in cheap Azure Blob storage until you need them.
Affordable log aggregation with streaming search. OTLP compatible.
10x cheaper than traditional logging platforms.
// Send logs via OTLP
curl -X POST https://logging.cheap/v1/logs \
-H "Authorization: Bearer cl_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"resourceLogs":[...]}'
// That's it. No complex setup.
See our integration guides for Go, Python, and Node.js.
Traditional logging is expensive. We make affordable logs possible.
No expensive indexes to maintain. We stream through your logs and filter in real-time when you search. Your logs sleep in cheap Azure Blob storage until you need them.
Standard OpenTelemetry Protocol. Works with your existing logging infrastructure. Drop-in replacement, zero vendor lock-in.
Logs stored as simple NDJSON files in append blobs. Pay pennies per GB. Query when you need. Scale infinitely.
Traditional logging: Pay for ingestion, storage, and hot indexes.
logging.cheap: Affordable logs stored in cheap blob storage. Pay only for what you use.