A lightweight log collection and querying agent. Tail your logs, store in SQLite, and query via HTTP.
- Collect logs from json or text files
- Collect basic system metrics (cpu, mem, disk, network)
- Convert logs into structured data
- Store logs in SQLite database
- Query logs via HTTP API
curl -sSfL https://fugo.app/install.sh | sudo sh
Start the service:
sudo systemctl start fugo
Enable the service to start on boot:
sudo systemctl enable fugo