chupakabr / logstash-output-firehose

Firehose output plugin for Logstash
Other
0 stars 5 forks source link

Issues installing #1

Open anjo-swe opened 8 years ago

anjo-swe commented 8 years ago

When using the current Gemfile i get the current error when installing:

 ✘  ~/.../logstash-output-firehose   master  bundle install
Fetching gem metadata from https://rubygems.org/
Fetching version metadata from https://rubygems.org/
Fetching dependency metadata from https://rubygems.org/
Could not find gem 'logstash-devutils' in any of the gem sources listed in your Gemfile or available on this machine.

I changed it to the following and was then able to successfully build and run the plugin

source 'https://rubygems.org'
gemspec

Does it make sense to have it just like that?

andrewlarioza commented 7 years ago

Are there any chance that this plugins would be compatible with Logstash version 5?

Thanks!