cheungpat / fluentd-es-aws

8 stars 22 forks source link

kubernetes.namespace_name only listing one namespace #6

Open ghost opened 7 years ago

ghost commented 7 years ago

When I bring up this daemonset on my clusters, it typically works fine - I can query on namespace_name.

One of my clusters, however, the logs all use one namespace name out of the six I have on that cluster.

I've confirmed that pods running in other namespaces have log entries delivered to ES, but the kubernetes.namespace_name metadata is overwritten with the wrong namespace.

Has anyone run into this?

TIA.