Skip to main content
Beta Transparency. LogFleet is in active development. This page documents our current security posture and planned improvements. We believe in being honest about where we are.

Security Philosophy

LogFleet’s edge-first architecture is inherently more secure than cloud-first alternatives:
  1. Data stays local by default - Logs never leave your network unless you explicitly enable streaming
  2. Minimal attack surface - Only metrics (not raw logs) ship to cloud in normal operation
  3. Zero-trust networking - Tailscale mesh for remote access, no exposed ports

Current Security Features

Authentication

Data Protection

Network Security


Edge Agent Security

The edge agent runs in your infrastructure. Here’s how we secure it:

Container Security

Minimal Permissions

The edge agent needs:
  • Read access to log files you configure
  • Network access to LogFleet API (outbound HTTPS)
  • Disk access for local buffering (configurable path)
It does not need:
  • Root privileges
  • Inbound network access
  • Access to other containers or host resources

API Key Scoping

Edge agent API keys are scoped to specific permissions:
Create separate API keys for each edge location. Revoke compromised keys without affecting other locations.

Cloud Platform Security

Infrastructure

Data Handling

  • Metrics only: Cloud stores aggregated metrics, not raw logs
  • Retention: Configurable per organization
  • Deletion: Full data deletion available on request
  • Backups: Encrypted, same-region storage

What We’re Working On

These features are planned but not yet implemented. We’re listing them for transparency, not as promises.

Planned Security Enhancements

Compliance Roadmap


Security Best Practices

For Edge Deployments

  1. Use dedicated API keys - One per location, with minimum required permissions
  2. Enable disk encryption - Protect buffered logs at rest
  3. Restrict network egress - Only allow traffic to LogFleet API endpoints
  4. Monitor agent health - Set up alerts for missed heartbeats
  5. Update regularly - We release security patches as needed

For Cloud Usage

  1. Use strong passwords - We enforce requirements, but longer is better
  2. Rotate API keys - Especially for production environments
  3. Review access regularly - Remove unused accounts
  4. Monitor unusual activity - Check dashboard for unexpected patterns

Vulnerability Reporting

Found a security issue? We take this seriously. Email: security@logfleet.io What to include:
  • Description of the vulnerability
  • Steps to reproduce
  • Potential impact assessment
  • Your contact information (optional)
Our commitment:
  • Acknowledge within 48 hours
  • Provide status update within 7 days
  • Credit reporters in our changelog (if desired)
We don’t currently have a formal bug bounty program, but we appreciate and acknowledge responsible disclosure.

Questions?

Security is a journey, not a destination. If you have questions about our security posture or need specific compliance documentation: