soulgarden / logfowd

A lightweight Go utility for collecting Kubernetes logs via filesystem events and forwarding them to Elasticsearch or ZincSearch.

Repository from Github https://github.comsoulgarden/logfowdRepository from Github https://github.comsoulgarden/logfowd

Logfowd

Go Report Card Tests and linters

Logfowd collects logs from k8s using filesystem events and sends them to elasticsearch/zincsearch. The main goal is low memory and cpu consumption.

Supports ES 7.x, k8s 1.14+

Install with helm

make create_namespace

make helm_install

Linters

make lint

Tests

make test

About

A lightweight Go utility for collecting Kubernetes logs via filesystem events and forwarding them to Elasticsearch or ZincSearch.

License:MIT License


Languages

Language:Go 90.5%Language:Smarty 5.9%Language:Makefile 2.1%Language:Dockerfile 1.5%