Real-time Logs
Stream logs to your dashboard in real-time with WebSocket connections. See events as they happen with microscopic latency.
Overview
LuminaLog streams logs to your dashboard in real-time using WebSocket connections. See logs appear instantly as they're ingested, without refreshing the page.
Instant Updates
Logs appear in your dashboard within milliseconds of ingestion.
WebSocket Streaming
Efficient bi-directional communication for zero-refresh updates.
Live Filtering
Filter logs by level, environment, or search terms in real-time.
Tail Mode
Auto-scroll to follow the latest logs as they arrive, just like `tail -f`.
How It Works
Your browser establishes a secure WebSocket connection to the LuminaLog streaming gateway.
Your application sends logs to the ingestion API via our SDKs or direct REST calls.
The ingestion service detects your active session and broadcasts logs instantly to your socket.
The dashboard receives the event and injects it into the log stream with sub-100ms UI latency.
Latency Comparison
Live Filtering
Apply powerful filters to see only relevant logs in your live stream. These filters are applied at the edge before reaching your browser.
By Level
level:error
level:warn OR level:error
NOT level:debugBy Environment
environment:production
environment:staging OR environment:productionBy Message
message:"payment failed"
message:*user*
message:/error|failed|timeout/By Metadata
metadata.user_id:user-789
metadata.order_id:ORD-*
metadata.status:failedTail Mode
Dashboard automatically scrolls to show new logs.
Scroll up to pause tail mode and inspect older logs.
Click 'Resume Tail' to jump back to the live stream.
Performance & Limits
| Metric | Value | Notes |
|---|---|---|
| Latency | 100-300ms | Ingestion to UI |
| Throughput | 1,000+ logs/sec | System-wide per client |
| Buffer Size | 1,000 logs | Browser memory buffer |
| Timeout | 10 min | Auto-reconnects on idle |
High Volume Logs
Next Steps
Log Search
Query historical logs with full-text search and Parquet performance.
Alerts & Notifications
Get notified via Slack, Discord, or Email the moment a log matches your filter.
SmartScrub™
Learn how we handle PII and user privacy during real-time streaming.
Architecture
How we move terabytes of logs with sub-second latency.