Overview
This guide gets you from zero to seeing logs in 5 minutes:- Create an account
- Get your API key
- Run the edge agent
- View logs in the dashboard
Already have an account? Skip to Step 2.
Step 1: Create Your Account
Sign Up
Step 2: Create an API Key
Edge agents authenticate with API keys. Create one in the dashboard or via API:Step 3: Run the Edge Agent
Deploy the agent using Docker:- Collecting logs on port
9880(HTTP JSON input) - Storing logs locally in Loki
- Connected to LogFleet cloud
Step 4: Send a Test Log
Send a log to your agent:Step 5: View in Dashboard
- Go to app.logfleet.io
- Click on your agent
- Click “Sample Logs” to fetch recent logs

What’s Next?
Deploy to Production
Configure the agent for production deployments
Custom Metrics
Extract metrics from your logs at the edge
Log Streaming
Stream logs in real-time via WebSocket
API Reference
Explore all available endpoints
Local Development
For local testing without cloud connectivity, clone the agent repo:- Vector on port
9881(log collector) - Loki on port
3101(log storage) - Control Plane on port
8081(management API)