You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2026. It is now read-only.
What would you like to be added:
Fluentd v1.0 or later provides record_accessor as a built-in core feature.
Currently, nested records are not able to become a dimensions.
record_accessor usage is:
Include record_accessor module with: helpers :record_accessor
Using record_accessor module's methods; #call, #delete, #set
Why is this needed:
Sometimes, Fluentd handles logs that contain nested records. We'd appreciated if this feature could be provided in the future.
There is a workaround for this: Using filter_record_modifier to flatten nested record before processing and sending logs with this plugin.