Dedot
Dedot Filter
Overview
Fluentd Filter plugin to de-dot field name for elasticsearch.
Configuration
DedotFilterConfig
de_dot_nested (bool, optional)
Will cause the plugin to recourse through nested structures (hashes and arrays), and remove dots in those key-names too.
Default: false
de_dot_separator (string, optional)
Separator
Default: _
Example Dedot filter configurations
apiVersion: logging.banzaicloud.io/v1beta1
kind: Flow
metadata:
name: demo-flow
spec:
filters:
- dedot:
de_dot_separator: "-"
de_dot_nested: true
selectors: {}
localOutputRefs:
- demo-outputFluentd config result:
<filter **>
@type dedot
@id test_dedot
de_dot_nested true
de_dot_separator -
</filter>
Last modified December 3, 2025: Merge 93ef79b90193df9d95bda2068bba61200e21e86b into 2eea06951e5cb8d307b35fee26ea2a83a8ed6bdb (e71de0b)