Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soulgarden/logfowd

Logfowd collects logs from k8s using filesystem events and sends them to elasticsearch/zincsearch
https://github.com/soulgarden/logfowd

devops docker elasticsearch go helm k8s logging logs zinc zincsearch

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Logfowd

[![Go Report Card](https://goreportcard.com/badge/github.com/soulgarden/logfowd)](https://goreportcard.com/report/github.com/soulgarden/logfowd)
![Tests and linters](https://github.com/soulgarden/logfowd/actions/workflows/main.yml/badge.svg)

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