Skip to content

Small tool to save logs from AMQP1.0 message bus to Loki

Notifications You must be signed in to change notification settings

infrawatch/lokean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lokean

Small tool to save logs from unix socket bus to Loki

Building Lokean

Building with Golang

cd $GOPATH/src/github.com/infrawatch/lokean
go build -o lokean cmd/main.go

Building with Docker

git clone --depth=1 --branch=master https://github.com/infrawatch/lokean.git lokean; rm -rf ./lokean/.git
cd lokean
docker build -t lokean .

Running Lokean

Run Loki Run Lokean Run sg-bridge and point it to the socket used by Lokean

About

Small tool to save logs from AMQP1.0 message bus to Loki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published