Installation Guide
This guide covers the standard installation procedures for LogFlux components from the dashboard.
Download from Dashboard
All LogFlux components are available through the LogFlux dashboard after login:
1. Access LogFlux Dashboard
- Go to https://dashboard.logflux.io
- Log in to your account
2. Navigate to Downloads
- Go to Downloads or Tools section
- Select the component you want to install:
- LogFlux Agent - Log collection agent
- LogFlux Inspector CLI - Command-line analysis tool
- Grafana Datasource Plugin - Visualize logs in Grafana
3. Select Platform
Choose your operating system and architecture:
LogFlux Agent
- macOS: Intel (amd64) and Apple Silicon (arm64)
- Linux: x86_64 (amd64), ARM64, and various distributions
- Windows: x86_64 (amd64) architecture
LogFlux Inspector CLI
- macOS: Intel (darwin-amd64) and Apple Silicon (darwin-arm64)
- Linux: x86_64 (linux-amd64) and ARM64 (linux-arm64)
- Windows: x86_64 (windows-amd64.exe)
Grafana Datasource Plugin
- Requires Grafana 9+ and the LogFlux API Server running locally on port 8383
- Plugin source:
clients/logflux-datasource/ - Build:
make build-client-grafana, Deploy:make deploy-client-grafana
4. Download
Click to download the installer or binary for your platform.
Platform-Specific Installation
macOS
Binary Applications (CLI)
| |
Grafana Plugin
| |
Windows
Binary Applications (CLI)
- Download the
.exefile - Place in a directory included in your PATH
- Or run directly from download location
Grafana Plugin (Windows)
See Grafana plugin installation above — the same make targets work on Windows with Go and Node.js installed.
Linux
Binary Applications (CLI)
| |
Grafana Plugin (Linux)
See Grafana plugin installation above — the same make targets work on Linux with Go and Node.js installed.
Verify Installation
LogFlux Agent
| |
LogFlux Inspector CLI
| |
Grafana Datasource Plugin
After building and deploying with make deploy-client-grafana, restart Grafana and add LogFlux as a data source in Grafana’s configuration panel. Ensure the LogFlux API Server is running on port 8383.
System Requirements
For detailed system requirements for all LogFlux components, see System Requirements.
Quick Reference
- RAM: 2 GB minimum (4 GB recommended)
- Storage: 500 MB minimum (2 GB recommended)
- OS: macOS 10.14+, Windows 10 1809+, Linux with glibc 2.17+
- Network: Internet connection for authentication and log transmission
Security Considerations
Download Verification
- Always download from the official LogFlux dashboard
- Verify file checksums if provided
- Use HTTPS connections for downloads
File Permissions
| |
Firewall Configuration
Ensure the following ports are accessible:
- Outbound HTTPS (443): For dashboard communication
- Local ports: As configured for agent communication
Troubleshooting Installation
Permission Issues
| |
Path Issues
| |
Dependency Issues
| |
Next Steps
After installation:
- Set up authentication with your Personal Access Token
- Configure the component for your specific use case
- Test the installation with basic commands or functionality
- Review component-specific documentation for detailed usage instructions
Support
If you encounter installation issues:
- Check the troubleshooting section above
- Review component-specific documentation
- Contact support through the LogFlux dashboard
- Visit logflux.io for additional resources