Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soulgarden/logfowd
- Owner: soulgarden
- License: mit
- Created: 2021-12-22T18:40:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T20:30:19.000Z (16 days ago)
- Last Synced: 2024-12-09T21:29:32.940Z (16 days ago)
- Topics: devops, docker, elasticsearch, go, helm, k8s, logging, logs, zinc, zincsearch
- Language: Go
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_namespacemake helm_install
### Linters
make lint
### Tests
make test