lusis / chef-logstash

Semi-official Logstash cookbook
Other
271 stars 353 forks source link

Unable to install logstash 2.3.2 getting plugin install errors #455

Open gena01 opened 8 years ago

gena01 commented 8 years ago

Seems that the name of the contrib plugin has changed.

I am getting this:

The use of bin/plugin is deprecated and will be removed in a feature release. Please use bin/logstash-plugin.
Validating contrib
Plugin contrib does not exist
ERROR: Installation aborted, verification failed for contrib

This works for me:

./bin/logstash-plugin install logstash-output-influxdb

This is where it's blowing up: https://github.com/lusis/chef-logstash/blob/master/recipes/server.rb#L30-L34

I am not sure why contrib is hardcoded and part of the server install.

This also possibly related to https://github.com/lusis/chef-logstash/issues/438

pzelnip commented 7 years ago

Same problem for me.