v3.0.0 — Production Ready

Distributed Log Analytics
Built for 100TB/Day
Enterprise Telemetry

Powered by columnar storage, native eBPF instrumentation, and microservices architecture. Sub-second queries at petabyte scale.

99.97%

Uptime SLA

8ms

p99 Query Latency

500k

Events/sec/node

terminal — lippedctl deploy
System Architecture

Pipeline Topology

Ingestion
Parse Queue
EAV Storage
Index Engine
Query API

Latency Budget

Ingestion 2ms
Parse Queue 3ms
EAV Storage 4ms
Index Engine 2ms
Query API 8ms

API Endpoint

POST /v1/query

Platform Capabilities

Everything you need for production log analytics

01 //

Data Ingestion Engine

Ingest up to 500k events/sec per node via gRPC or Kafka streams with automatic schema inference.

→ View Docs
02 //

Real-Time Query Engine

Sub-second log filtering using native regex index parsing across petabyte-scale datasets.

→ View Docs
03 //

Security & Compliance

SOC 2 Type II certified. Automated PII masking at ingestion edge with field-level audit trails.

→ View Docs
04 //

Retention Engine

Configurable cold-storage glacier replication managed via declarative YAML policies.

→ View Docs
Configuration Reference

Deploy in minutes

# Log ingestion pipeline config
[sources.file_logs]
  type = "file"
  include = ["/var/log/**/*.log"]
  ignore_older_secs = 86400

[transforms.parse]
  type = "remap"
  inputs = ["file_logs"]
  source = '''
    .timestamp = now()
    .service = del(.service_name)
    .level = del(.severity)
    .message = del(.raw_message)
  '''

[sinks.lipped_ingest]
  type = "http"
  inputs = ["parse"]
  uri = "https://ingest.lipped.io/v1/events"
  encoding.codec = "json"
  compression = "gzip"
  batch.max_events = 5000
Transparent Pricing

Scale with your data

Cost Calculator

Storage Retention 500 GB
Monthly Events 10M
Concurrent Queries 50

Estimated Monthly Cost

$188/mo

Base: $120 + $0.05/GB over 50GB + $2/M events + $0.50/concurrent query

STARTER

$120/mo

50GB storage, 10M events, 25 concurrent

ENTERPRISE

Custom

Unlimited storage, dedicated clusters, SSO

All Systems Operational — 99.97% uptime (last 90 days)
US-East: 12ms EU-Central: 18ms APAC: 42ms