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

Version conflict with fluent-plugin-elasticsearch #442

Closed
max0ne opened this issue Nov 28, 2020 · 1 comment · Fixed by #504
Closed

Version conflict with fluent-plugin-elasticsearch #442

max0ne opened this issue Nov 28, 2020 · 1 comment · Fixed by #504

Comments

@max0ne
Copy link

max0ne commented Nov 28, 2020

Hi,
I'd like to use fluent-plugin-google-cloud together with fluent-plugin-elasticsearch, however I'm running into a version conflict between:

  • fluent-plugin-google-cloud@0.10.4 > googleauth = 0.9.0 > faraday ~> 0.12
  • fluent-plugin-elasticsearch@4.2.1 > elasticsearch@7.10.0 > elasticsearch-transport = 7.10.0 > faraday ~> 1

The solution here should be update dependency of googleauth one of the later versions, any versions later than 0.11.0 uses faraday >= 0.17.3, < 2.0 which should work with elasticsearch plugin.

I can make a PR to fix this, but want to make sure if there's any cadence to version updates, anything I need to watch out for?

@igorpeshansky
Copy link
Member

This should work after #504.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants