LogTide

Free during Beta

Privacy-first log management. Open source.

The open source alternative to Datadog and Splunk. GDPR compliant, self-hosted or EU cloud. No ElasticSearch complexity.

Live ingest 846 events/s
14:23:45 info Request processed successfully
14:23:44 warn Rate limit approaching threshold
14:23:42 error Connection timeout to payment provider
14:23:41 info Health check passed
14:23:40 debug Cache hit for user profile
14:23:38 info Batch of 512 logs flushed

Sample stream. Your own logs look like this within a minute of the first SDK call.

Log management on your terms

For developers and European SMBs who need data ownership without ElasticSearch complexity.

GDPR Compliant

Keep logs on your servers or use our EU-based cloud. Full data ownership and privacy control.

Lightweight

Built on Fastify with TimescaleDB or ClickHouse. Lower memory footprint compared to Java-based stacks like ELK.

Security Built-in

Sigma rules engine for threat detection. Turn your logs into a SIEM without extra tools.

OpenTelemetry Native

OTLP ingestion for logs, traces, and metrics. Distributed tracing with service dependency graphs.

Get started in minutes

From zero to production-ready log management.

  1. Deploy in 5 minutes

    Self-host with Docker Compose or sign up for the free cloud. No complex infrastructure required.

  2. Get your API key

    Create an organization and project. Generate a scoped API key for your application.

  3. Send your logs

    Use our SDKs (Node.js, Python, PHP, Kotlin), OpenTelemetry, or the HTTP API directly.

  4. Search & Alert

    Full-text search, real-time streaming, and alerts via Email, Slack, or Discord webhooks.

app.ts
// Install: npm install @logtide/core
import { hub } from '@logtide/core'

hub.init({
  dsn: process.env.LOGTIDE_DSN,
  service: 'my-api',
  environment: 'production',
})

hub.captureLog('info', 'User signed up', {
  userId: 'usr_123',
  plan: 'pro',
})

Ready to own your logs?

Start with the free cloud or deploy on your own infrastructure. No vendor lock-in. Export anytime.