logstash-plugins/logstash-output-google_bigquery

Install the plugin fail

Closed this issue · 4 comments

Install the plugin fail with the following message:
Make sure thatgem install google-api-client -v '0.9.9'succeeds before bundling.

screen shot 2016-07-05 at 3 52 16 pm

  • Version: logstash 2.3
  • Operating System: Tested on OS X and the official logstash docker container
  • Steps to Reproduce: logstash-plugin install logstash-output-google_bigquery

Tha same issue.((

+1

jsvd commented

interesting..the plugin, clearly depends on google-api-client 0.8.7 (https://rubygems.org/gems/logstash-output-google_bigquery/versions/3.0.0), yet still it tried to install version 0.9.x, which is only compatible with ruby 2.x

Thanks for the quick fix.