sd2020bs / fluentbit-configuration-for-k8s-and-graylog

A sample configuration to collect logs with Fluentbit in a K8s environement and targeting a Graylog server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fluent Bit Configuration for K8s and Graylog

See this blog post for more details.

A K8s configuration to install and configure Fluent Bit as a daemon set.
Fluent Bit collects only Docker logs, gets K8s metadata, builds a GEF message and sends it to a Graylog server.

  • Update the fluent-bit-configmap.yaml file. Replace 192.168.1.18 with the IP address of your Graylog server.
  • Then execute the deploy.sh script.

About

A sample configuration to collect logs with Fluentbit in a K8s environement and targeting a Graylog server


Languages

Language:Shell 100.0%