fabric8io / fluent-plugin-kubernetes_metadata_filter

Enrich your fluentd events with Kubernetes metadata
Apache License 2.0
350 stars 166 forks source link

Datadog logs facets don't support `/` in paths #306

Closed rymir closed 2 years ago

rymir commented 2 years ago

Datadog logs facets don't support slashes and/or dots in paths.

Kubernetes recommended labels come with slashes and dots: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/

Screenshot 2021-09-17 at 16 09 45

We've noticed the current de_dot feature enabled by default, for Elasticsearch.

Would be useful to have a de_slash feature too, so that we can easily configure the plugin to be Datadog ready.