https://github.com/soulgarden/logfowd
A lightweight Go utility for collecting Kubernetes logs via filesystem events and forwarding them to Elasticsearch or ZincSearch.
https://github.com/soulgarden/logfowd
devops docker elasticsearch go helm k8s logging logs zinc zincsearch
Last synced: 5 months ago
JSON representation
A lightweight Go utility for collecting Kubernetes logs via filesystem events and forwarding them to Elasticsearch or ZincSearch.
- Host: GitHub
- URL: https://github.com/soulgarden/logfowd
- Owner: soulgarden
- License: mit
- Created: 2021-12-22T18:40:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T21:25:23.000Z (about 1 year ago)
- Last Synced: 2025-04-05T19:21:28.700Z (about 1 year ago)
- Topics: devops, docker, elasticsearch, go, helm, k8s, logging, logs, zinc, zincsearch
- Language: Go
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Logfowd
[](https://goreportcard.com/report/github.com/soulgarden/logfowd)

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