Skip to content

Logfowd collects logs from k8s using filesystem events and sends them to elasticsearch/zincsearch

License

Notifications You must be signed in to change notification settings

soulgarden/logfowd

Repository files navigation

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