Documentation Index
Fetch the complete documentation index at: https://docs.logfleet.io/llms.txt
Use this file to discover all available pages before exploring further.
General
What is LogFleet?
What is LogFleet?
- Edge-first: Logs stored locally, not shipped to cloud by default
- 100x bandwidth savings: Only metrics go to cloud, not raw logs
- Offline capable: Works without internet connectivity
- On-demand streaming: Full logs available when you need them
How is LogFleet different from Datadog/Splunk/etc?
How is LogFleet different from Datadog/Splunk/etc?
- Expensive: Bandwidth costs for 20,000+ locations add up fast
- Unreliable: No logs when internet is down (exactly when you need them)
- Wasteful: 99% of logs are never queried
- Store logs at the edge with automatic retention
- Extract and ship only metrics (summaries, counts, gauges)
- Stream full logs on-demand when debugging
Is LogFleet open source?
Is LogFleet open source?
- Free tier: Up to 3 nodes, forever free
- Pro tier: Unlimited nodes with full features
- Enterprise: Self-hosted option available
What scale is LogFleet designed for?
What scale is LogFleet designed for?
- 20,000+ edge locations
- Millions of transactions per day
- Global retail and restaurant operations
Technical
What components does the edge agent use?
What components does the edge agent use?
- Vector: High-performance log collector and transformer
- Loki: Horizontally-scalable log storage with LogQL
- Control Plane: Manages streaming, config sync, and health
What are the hardware requirements?
What are the hardware requirements?
- CPU: 2 cores (Intel Core i5 or equivalent)
- RAM: 4GB (8GB recommended)
- Storage: 50GB SSD (scales with retention period)
- Network: Intermittent internet connectivity
How does offline mode work?
How does offline mode work?
- Logs continue to be collected and stored locally
- Metrics are buffered in Vector’s disk buffer
- When connectivity returns, metrics are forwarded automatically
- No manual intervention required
How long are logs retained at the edge?
How long are logs retained at the edge?
What log formats are supported?
What log formats are supported?
- Syslog (RFC 3164, RFC 5424)
- JSON logs
- Docker/Kubernetes logs
- File-based logs (any format with regex parsing)
- HTTP endpoints
- And many more
Can I query logs locally without cloud?
Can I query logs locally without cloud?
How do I extract custom metrics from logs?
How do I extract custom metrics from logs?
Security
How is data encrypted?
How is data encrypted?
- In transit: All API communication uses TLS 1.3
- At rest: Loki data can be encrypted with filesystem encryption
- API keys: Stored hashed, never in plaintext
- JWT tokens: Short-lived with secure signing
How does remote access work?
How does remote access work?
- No exposed ports on edge devices
- Mesh VPN with WireGuard encryption
- Identity-based access control
- Audit logging of all access
Is LogFleet SOC 2 compliant?
Is LogFleet SOC 2 compliant?
Pricing & Licensing
What's included in the Cloud Free tier?
What's included in the Cloud Free tier?
- Up to 3 nodes (edge devices)
- Cloud dashboard & fleet management
- 7-day log retention
- Basic alerting
- Community support
How does per-node pricing work?
How does per-node pricing work?
- Unlimited nodes
- 30-day log retention
- Custom metrics & dashboards
- Slack & webhook alerts
- Priority support
Can I self-host everything?
Can I self-host everything?
- Zero infrastructure to manage
- Automatic updates and security patches
- Fleet-wide dashboards and alerting
- No DevOps overhead
Getting Started
How do I get started?
How do I get started?
- Join the waitlist at logfleet.io
- Get early access to LogFleet Cloud dashboard
- Install the agent with a single command:
curl -sSL https://get.logfleet.io | sh - Start collecting logs from your edge devices
How long does deployment take?
How long does deployment take?
- Agent installation: Under 5 minutes
- Dashboard setup: Instant (it’s pre-configured)
- Production fleet: Deploy agents via your existing automation
Where can I get help?
Where can I get help?
- Documentation: You’re here!
- GitHub: github.com/sadhiappan/logfleet
- Email: support@logfleet.io
- Enterprise: enterprise@logfleet.io