-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hello,
tried several hours to find out which format structured_data_field has to be.
E.g. when I set structured_data_field structured_data with following value via record_transformer
<filter **>
@type record_transformer
enable_ruby true
<record>
structured_data ${"test@123 {'a' => 'a-value'}"}
</record>
</filter>
fluent-plugin-syslog_rfc5424 gives me following output logline:
<14>1 - - - - - test@123 {"a"=>"a-value"} -
As you can see, structured data is not formatted as it should be:
<14>1 - - - - - [test@123 a="a-value"] -
So I wonder, how do I have to commit structured data field to plugin that it produces correct output?
PS: All other fields are working like a charme (-;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels