Fluentbit: How to have Kubernetes filter working with cpu input

3/25/2019

Does Fluentbit Kubernetes FILTER compatible with cpu and mem INPUT?

I fail to configure cpu and mem INPUT with kubernetes filter. It's okay with tail INPUT

-- Slim
fluent-bit
kubernetes

1 Answer

5/30/2019

Kubernetes Filter depends on either and only from Tail or Systemd input plugins to process and enrich records with Kubernetes metadata.

This is documented here: https://github.com/fluent/fluent-bit-docs/blob/master/filter/kubernetes.md#workflow-of-tail--kubernetes-filter

-- Antonio Matarrese
Source: StackOverflow