Hi,
I want to install the logstash-input-pcap plugin.
However, when I run bin\logstash-plugin install logstash-input-pcap
, I get the error LogStash::GemFileError: duplicate gem logstash-filter-date
, and the plugin is not installed.
Could you help me install this plugin?
Thank you.
EDIT: I've downloaded the plugin, extracted it and built the GEMSPEC into a GEM file.
However, I keep getting the same error message when now running bin\logstash-plugin install "C:\ELK\logstash\p\logstash-input-pcap-0.1.1.gem"
Edit2: The complete error message is:
Validating c:\elk\logstash\p\logstash-input-pcap-0.1.1.gem
Installing logstash-input-pcap
LogStash::GemfileError: duplicate gem logstash-filter-date
add_gem at C:/ELK/logstash/lib/pluginmanager/gemfile.rb:102
gem at C:/ELK/logstash/lib/pluginmanager/gemfile.rb:200
(eval) at (eval):109
instance_eval at org/jruby/RubyBasicObject.java:1598
parse at C:/ELK/logstash/lib/pluginmanager/gemfile.rb:188
load at C:/ELK/logstash/lib/pluginmanager/gemfile.rb:19
gemfile at C:/ELK/logstash/lib/pluginmanager/command.rb:4
install_gems_list! at C:/ELK/logstash/lib/pluginmanager/install.rb:116
execute at C:/ELK/logstash/lib/pluginmanager/install.rb:31
run at C:/ELK/logstash/vendor/bundle/jruby/1.9/gems/clamp-0.6.5
/lib/clamp/command.rb:67
execute at C:/ELK/logstash/vendor/bundle/jruby/1.9/gems/clamp-0.6.5
/lib/clamp/subcommand/execution.rb:11
run at C:/ELK/logstash/vendor/bundle/jruby/1.9/gems/clamp-0.6.5
/lib/clamp/command.rb:67
run at C:/ELK/logstash/vendor/bundle/jruby/1.9/gems/clamp-0.6.5
/lib/clamp/command.rb:132
(root) at C:\ELK\logstash\lib\pluginmanager\main.rb:43
C:\elk\logstash>