-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
-
Version:logstash 5.0
-
Operating System: mac
-
Steps to Reproduce:
installed logstash 5.0
bin/logstash-plugin install logstash-codec-avro - gives the below error
bin/logstash-plugin install logstash-codec-avro
Validating logstash-codec-avro
Installing logstash-codec-avro
Error Bundler::InstallError, retrying 1/10
An error occurred while installing logstash-core-event-java (5.0.0), and Bundler cannot continue.
Make sure thatgem install logstash-core-event-java -v '5.0.0'
succeeds before bundling.
WARNING: SSLSocket#session= is not supported
Error Bundler::InstallError, retrying 2/10
An error occurred while installing logstash-core-event-java (5.0.0), and Bundler cannot continue.
Make sure thatgem install logstash-core-event-java -v '5.0.0'
succeeds before bundling.
WARNING: SSLSocket#session= is not supported
Also tried cloning the git repo and building itlcoally - still the same error