Skip to main content
This guide covers common issues and their solutions. For architecture-level failure handling, see Resilience.

Quick Diagnostics

Run this command on your edge device to get a quick health check:

Common Issues

Agent Not Appearing in Dashboard

Symptoms: Edge agent deployed but not visible in LogFleet dashboard. Diagnostic steps:
Common causes: Fix:

Logs Not Being Collected

Symptoms: Agent running but no logs appearing in local Loki. Diagnostic steps:
Common causes: Fix for file permissions:

Metrics Not Reaching Cloud

Symptoms: Local logs work but metrics don’t appear in cloud dashboards. Diagnostic steps:
Common causes: Fix rate limiting:

High Memory Usage

Symptoms: Loki or Vector consuming excessive memory. Diagnostic steps:
Common causes: Fix - reduce Loki memory:

Disk Filling Up

Symptoms: Edge device running out of storage. Diagnostic steps:
Common causes: Fix - force compaction:

Log Streaming Not Working

Symptoms: Cannot stream logs on-demand from cloud. Diagnostic steps:
Common causes: Fix - enable streaming:

Debug Mode

Enable verbose logging for deeper diagnostics:

Getting Help

If these steps don’t resolve your issue:
  1. Check the logs - Most issues are visible in container logs
  2. GitHub Issues - Search or file at github.com/sadhiappan/logfleet
  3. Community - Join our Discord for real-time help
When reporting issues, include:
  • LogFleet version (docker images | grep logfleet)
  • Edge device OS and architecture
  • Relevant container logs
  • Output from diagnostic commands above