Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fluent-plugin-verticajson v0.0.6 Incompatible with Ruby 3.x #432

Open
danielstepan opened this issue Dec 20, 2023 · 0 comments
Open

fluent-plugin-verticajson v0.0.6 Incompatible with Ruby 3.x #432

danielstepan opened this issue Dec 20, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@danielstepan
Copy link

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

  1. Use the fluent-plugin-verticajson plugin 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>
...
  1. Send data to fluentd matching the logger.

Expected behavior

Data are being sent to Vertica. There are no errors.

Additional context

No response

@danielstepan danielstepan added the bug Something isn't working label Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant