-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
There is a problem with the current version of the fluent-plugin-verticajson plugin. Version 0.0.6 is not compatible with Ruby 3.x. Compatibility with Ruby 3.x was introduced in version 0.0.7, as stated in the changelog of the GitHub repository.
To fix this issue, I suggest updating the fluent-plugin-verticajson plugin to its latest version, 0.0.8, available in the gem repository.
Reproduction steps
- Use the
fluent-plugin-verticajsonplugin in your fluentd configuration.
...
<match matched_logger>
@type copy
<store>
@type verticajson
database <verticaUrl>
flush_interval 2s
host <verticaHost>
password <verticaPassword>
port <verticaPort>
schema <schema>
table <databaseTable>
username <user>
</store>
</match>
...
- Send data to fluentd matching the logger.
Expected behavior
Data are being sent to Vertica. There are no errors.
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working