Skip to content
/ fugo Public
forked from fugo-app/fugo

Lightweight log collection and querying agent

License

Notifications You must be signed in to change notification settings

ccErrors/fugo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

186 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fugo

A lightweight log collection and querying agent. Tail your logs, store in SQLite, and query via HTTP.

Features

  • 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

Installation

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

Documentation

Read the Documentation

About

Lightweight log collection and querying agent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.9%
  • JavaScript 4.2%
  • HTML 1.7%
  • CSS 0.2%