Qelog is a small, low cost and light operation and maintenance of the log service. The purpose of its birth is to solve the problem of small and medium-sized team multi-service group log and alarm.
It has been running stably for 2+ years and has been rolling over 100+TB of data.
admin manager example address username:admin passwd:111111

go get -u github.com/bbdshow/qelog/qezap
git clone https://github.com/bbdshow/qelog.git
cd qelog
# custom you config
vim config.docker.toml
# build docker image
make image
# docker-compose start container
docker-compose up -d
git clone https://github.com/bbdshow/qelog.git
cd qelog
# go build, output ./bin
make
cd ./bin
vim configs/config.toml
cd ./admin
# admin suggest single server, because have background task
nohup ./qelog_admin -f ../configs/config.toml >> nohup.out 2>&1 &
nohup ./qelog_receiver -f ../configs/config.toml >> nohup.out 2>&1 &
Thank you for your support. If it is useful to you, I hope the Star can support you. If you have any questions, please Issues, keep updating and solve problems.
$ claude mcp add qelog \
-- python -m otcore.mcp_server <graph>