provectus / swiss-army-kube

Swiss Army Kube (SAK) is an open-source IaC (Infrastructure as Code) collection of services for quick, easy, and controllable deployment of EKS Kubernetes clusters on Amazon for your projects.
https://provectus.github.io/
Apache License 2.0
149 stars 38 forks source link

Tune the Filebeat config in EFK module #149

Open akastav opened 3 years ago

akastav commented 3 years ago

We need to make several configuration templates for Filebeat so that we can collect them separately: infrastructure logs (eks, aws, elb, etc.), application logs, depending on the type of application. As an example, use specific labels on the pods, log_type: "multiline"

wallhided commented 2 years ago

https://github.com/provectus/sak-efk/tree/issue_149