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: 22 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T19:47:47.000Z (3 months ago)
- Last Synced: 2025-02-11T17:14:38.293Z (3 months ago)
- Topics: devops, docker, elasticsearch, go, helm, k8s, logging, logs, zinc, zincsearch
- Language: Go
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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_namespacemake helm_install
### Linters
make lint
### Tests
make test