You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second version of a lightweight tool, rewritten from Go to Rust. It collects Kubernetes logs via filesystem events and forwards them to Elasticsearch or ZincSearch, ensuring improved performance and reliability.
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
About
The second version of a lightweight tool, rewritten from Go to Rust. It collects Kubernetes logs via filesystem events and forwards them to Elasticsearch or ZincSearch, ensuring improved performance and reliability.