logstash-plugins / logstash-output-google_cloud_storage

Apache License 2.0
9 stars 26 forks source link

Doesn't work anymore #4

Closed shaharmor closed 9 years ago

shaharmor commented 9 years ago

Hi,

It seems that the plugin doesn't work. debugging shows that everything is OK, but the upload doesn't succeed (No error). https://github.com/logstash-plugins/logstash-output-google_cloud_storage/blob/master/lib/logstash/outputs/google_cloud_storage.rb#L387 this line shows nil for both params

shaharmor commented 9 years ago

It seems that the version in logstash plugins repository is different then this one

electrical commented 9 years ago

Hi,

do you mean that the released version that is installable doesn't work and is different from what is in the master branch here? If so, i see that the latest change was to move the API from the beta version to the released v1 API at https://github.com/logstash-plugins/logstash-output-google_cloud_storage/pull/1 We should be doing a release soon for this plugin so it will work.

shaharmor commented 9 years ago

Yes, i debugged the issue to be that the version listen in the installable version is v1beta1, which stops the plugin from working. When i updated the file to v1 it started working.

electrical commented 9 years ago

Thank you for confirming @shaharmor I'll make sure we do a release today.

purbon commented 9 years ago

New version has been release, https://rubygems.org/gems/logstash-output-google_cloud_storage

/cheers