logstash-plugins / logstash-output-gelf

Apache License 2.0
15 stars 18 forks source link

Cannot install plugin gelf on logstash5 #24

Open gallart opened 7 years ago

gallart commented 7 years ago

Installation does not work :

./bin/logstash-plugin install logstash-output-gelf
Validating logstash-output-gelf
Installing logstash-output-gelf
Error Bundler::InstallError, retrying 1/10
An error occurred while installing logstash-core-event-java (5.0.1), and Bundler cannot continue.
Make sure that `gem install logstash-core-event-java -v '5.0.1'` succeeds before bundling.

Any idea what I'm missing ?

omercnet commented 7 years ago

@gallart try 5.1.1 (see #23)

longirun commented 7 years ago

I'm not able to install it on v 5.1.1 having the same issue with logstash-core-event-java

C:\logstash\5.1.1\bin>logstash -V
logstash 5.1.1
jruby 1.7.25 (1.9.3p551) 2016-04-13 867cb81 on Java HotSpot(TM) 64-Bit Server VM 1.8.0_65-b17 +jit [Windows 7-amd64]
java 1.8.0_65 (Oracle Corporation)
jvm Java HotSpot(TM) 64-Bit Server VM / 25.65-b01
C:\logstash\5.1.1\bin>logstash-plugin.bat install logstash-output-gelf
Validating logstash-output-gelf
Installing logstash-output-gelf
Error Bundler::InstallError, retrying 1/10
An error occurred while installing logstash-core-event-java (5.1.1), and Bundler cannot continue.
Make sure that `gem install logstash-core-event-java -v '5.1.1'` succeeds before bundling.
WARNING: SSLSocket#session= is not supported
ismaelpuerto commented 7 years ago

Some error with 5.3

# DEBUG=1 bin/logstash-plugin install logstash-output-gelf
DEBUG: exec /usr/share/logstash/vendor/jruby/bin/jruby /usr/share/logstash/lib/pluginmanager/main.rb install logstash-output-gelf
Looking if package named: logstash-output-gelf exists at https://artifacts.elastic.co/downloads/logstash-plugins/logstash-output-gelf/logstash-output-gelf-5.3.0.zip
Package not found at: https://artifacts.elastic.co/downloads/logstash-plugins/logstash-output-gelf/logstash-output-gelf-5.3.0.zip
Validating logstash-output-gelf

^]