fluentd-kubernetes-sumologic
fluentd-kubernetes-sumologic copied to clipboard
Documentation Question
The KUBERNETES_META envariable is documented as:
"Include or exclude Kubernetes metadata such as namespace and pod_name if using JSON log format."
So, if the default is true, does that mean it is including metadata or excluding metadata?
KUBERNETES_META=true means meta is included, while false means its excluded. Perhaps saying "Include Kubernetes metadata..." (no exclude) would be clearer?
Sure, anything that reduces ambiguity would be nice. Or you can just tweak to "Include (true) or exclude (false) Kubernetes metadata such as namespace and pod_name if using JSON log format."