Skip to content

Files

Latest commit

79b4555 · Feb 13, 2019

History

History
12 lines (8 loc) · 479 Bytes

File metadata and controls

12 lines (8 loc) · 479 Bytes

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.