[Q&A] Fluentd to split a json record into multiple records #4902
-
What is a problem?Hi, Is it possible in fluentd to split a record into multiple records?
The field "items" in the record is always a list.
This needs to be sent to the destination as separate records. I see some fluentd plugins for splitting (mentioned here), but almost all of them have not been updated since 2-3y and have hardly 1-2 releases. Any recommendations on how to achieve this use-case? Describe the configuration of FluentdNo response Describe the logs of FluentdNo response Environment- Fluentd version: 1.16.6
- Fluent Package version: 5.0.5
- Operating system: Rocky8/9 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi Community Members, We are also looking for a splitting one record to multiple records. Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
@aggarwalShivani |
Beta Was this translation helpful? Give feedback.
@aggarwalShivani
It seems that fluent-plugin-filter-split you mentioned is the most preferred plugin for your usage, it just meets your needs.
It's maintained by current core active maintainers of Fluentd, so please let us know if you have any problem on this plugin.