Modern Observability & SIEM. Open Source. Multi-Engine.
βοΈ Try Cloud (Free Alpha) β’ Self-Host β’ SDKs β’ Docs
π RELEASE 0.8.1: LogTide now supports Multi-Engine Storage (ClickHouse, MongoDB) and Advanced Browser Observability.
LogTide is an open-source, high-performance observability platform and SIEM. It provides a unified view of Logs, Traces, and Metrics with built-in security detection. Designed for teams that need GDPR compliance, full data ownership, and sub-100ms query performance without the overhead of ElasticSearch.
- π Multi-Engine: Choose your storage β TimescaleDB (standard), ClickHouse (massive scale), or MongoDB (flexibility).
- π Full-Stack Observability: Monitor everything from backend services to browser Web Vitals and user sessions.
- π‘οΈ Security-First: Native Sigma Rules engine for real-time threat detection and incident management.
- πͺπΊ GDPR Ready: Keep data on your own infrastructure. Built-in PII Masking and Audit Logs.
- β‘ Lightweight: Low RAM footprint. 5-minute setup with Docker.
Total control over your data. Uses pre-built images from Docker Hub.
-
Download configuration
mkdir logtide && cd logtide curl -O https://raw.githubusercontent.com/logtide-dev/logtide/main/docker/docker-compose.yml curl -O https://raw.githubusercontent.com/logtide-dev/logtide/main/docker/.env.example mv .env.example .env
-
Start the stack
docker compose up -d
-
Access LogTide
- Frontend:
http://localhost:3000 - API:
http://localhost:8080
- Frontend:
We host it for you. Perfect for testing. Sign up at logtide.dev.
- π Multi-Engine Reservoir: Pluggable storage layer supporting TimescaleDB, ClickHouse, and MongoDB.
- π Browser SDK Enhancements: Automatic collection of Web Vitals (LCP, INP, CLS), user session tracking, and click/network breadcrumbs.
- π Golden Signals: Automated P50/P95/P99 latency, error rates, and throughput charts.
- π Smart Search: Combined Full-text and Substring search modes with sub-100ms response times.
- π‘οΈ SIEM & Incident Management: Sigma rules engine, MITRE ATT&CK mapping, and collaborative incident workflows.
- π΅οΈ PII Masking: Detect and redact sensitive data (emails, credit cards, IPs) at ingestion time.
- π Audit Logs: Track all user and system actions for SOC2/GDPR compliance.
- π Event Correlation: Trace logs across services using
trace_id,session_id, or custom correlation keys.
Ready-to-use SDKs with auto-instrumentation and distributed tracing.
| Language | Status | Package / Link |
|---|---|---|
| Browser (JS/TS) | β Ready | @logtide/browser |
| Node.js | β Ready | @logtide/sdk-node |
| Python | β Ready | logtide-sdk |
| Go | β Ready | logtide-sdk-go |
| PHP | β Ready | logtide/logtide |
| Kotlin | β Ready | logtide-sdk-kotlin |
| C# / .NET | β Ready | LogTide.SDK |
| Docker | β Ready | Fluent Bit / Syslog Guide |
| HTTP API | β Ready | API Reference |
| OpenTelemetry | β Ready | Native OTLP support (Logs, Traces, Metrics) |
| Layer | Technology |
|---|---|
| Frontend | SvelteKit 5 (Runes) + TailwindCSS + ECharts |
| Backend | Fastify (Node.js) + TypeScript |
| Storage | TimescaleDB / ClickHouse / MongoDB |
| Detection | Sigma YAML Engine |
Distributed under the GNU AGPLv3 License. See LICENSE for more information.




