Back to LogFleet Home
Return to the main website
Edge Observability, Reimagined
LogFleet is a distributed edge observability platform built for modern fleet management. It delivers enterprise-grade observability to edge locations with limited connectivity, enabling you to monitor thousands of distributed devices efficiently.100-1000x bandwidth reduction by extracting metrics at the edge and only streaming logs on-demand.
Core Capabilities
Edge-First Design
All functionality works offline. Logs stored locally at the edge with configurable retention and ring buffer semantics.
Metric Extraction
Define regex patterns to extract counters, gauges, and histograms from logs at the edge before sending to cloud.
On-Demand Streaming
Stream real-time logs from any edge agent via WebSocket. Automatic timeout prevents runaway streams.
Enterprise Security
Multi-tenant isolation with JWT auth for dashboard and API keys for edge agents. Full RBAC support.
Architecture
Each edge location runs a self-contained observability stack:1
Collect
Devices send logs to Vector via syslog, HTTP, or file tailing
2
Store
Vector stores logs in Loki with ring buffer retention
3
Extract
Vector extracts metrics and sends to LogFleet cloud
4
Stream
Dashboard can request on-demand log streams for debugging
Use Cases
IoT Fleets
IoT Fleets
Monitor thousands of devices with limited or intermittent connectivity. Edge agents buffer logs locally and extract key metrics.
Retail Locations
Retail Locations
Observability for POS systems, kiosks, and edge servers. Each location runs independently with centralized metrics.
Manufacturing Sites
Manufacturing Sites
Real-time visibility into factory floor systems. Stream logs on-demand for troubleshooting production issues.
CDN/Edge Computing
CDN/Edge Computing
Monitor edge computing nodes and CDN points of presence. Aggregate metrics centrally while keeping logs local.
Quick Links
Quickstart
Deploy your first edge agent in 5 minutes
API Reference
Complete REST API documentation with examples
Edge Agent Setup
Production deployment guide for edge locations
Custom Metrics
Define metric extraction patterns
Authentication
LogFleet uses two authentication methods depending on the client type:- Dashboard (JWT)
- Edge Agent (API Key)