Welcome to LogClaw
LogClaw is an enterprise-grade, Kubernetes-native log intelligence platform. It combines real-time anomaly detection, trace-correlated incident ticketing, and GitOps-native multi-tenancy into a single deployment stack.Why LogClaw?
OTLP-Native Ingestion
Uses OpenTelemetry Protocol as the sole ingestion interface. Any OTel SDK, agent, or collector works out of the box — no custom integrations.
AI-Powered Detection
Statistical anomaly scoring on error rates, automatic trace correlation across services, and blast radius computation — all in real time.
Multi-Platform Ticketing
Route incidents to PagerDuty, Jira, ServiceNow, OpsGenie, Slack, or Zammad simultaneously with per-severity routing rules.
GitOps-Native Tenancy
Add a YAML file, push to main, and ArgoCD deploys a fully isolated tenant stack in 30 minutes. Namespace-per-tenant — no shared data plane.
How It Works
Core Components
| Component | Role | Technology |
|---|---|---|
| OTel Collector | OTLP gRPC/HTTP receiver, batching, tenant enrichment | OpenTelemetry Collector Contrib |
| Kafka | Durable event bus — raw logs + enriched logs topics | Strimzi KRaft |
| Bridge | OTLP ETL, anomaly detection, trace correlation, OpenSearch indexer | Python, Kafka |
| OpenSearch | Full-text search, log analytics, visualization | OpenSearch + Dashboards |
| Ticketing Agent | AI SRE — deduplicated, trace-correlated incident tickets | Python, LangChain |
| ML Engine | Feature Store + model inference serving | Feast, KServe |
| Airflow | ML pipeline orchestration and retraining DAGs | Apache Airflow |
| Infrastructure Agent | Cluster health collection — Kafka lag, Flink, OpenSearch, ESO | Go |
| Dashboard | Web UI for log ingestion, incidents, anomalies, and config | Next.js |
Quick Start
Start local development environment
Next Steps
Architecture
Understand the deployment model, data flow, and component interactions.
Tenant Onboarding
Provision a new tenant from zero to fully operational in 30 minutes.
OTLP Integration
Send logs from any language or framework using OpenTelemetry SDKs.
Local Development
Set up a local dev environment with Docker Compose or Kind.
Dashboard Guide
Explore the web UI for log ingestion, incident management, and pipeline monitoring.
API Reference
Full API documentation for every LogClaw service.