Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 462 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 462 Bytes

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