小编use*_*663的帖子

无法在任何宝石来源中找到宝石'logstash-devutils(> = 0)ruby'

我只是想学习编写example-output-plugin,请按照以下页面操作:

http://www.elastic.co/guide/en/logstash/current/_how_to_write_a_logstash_output_plugin.html#_clone_and_test_4

当我在〜/ logstash-output-example文件夹中键入"bundle install"时,我得到错误:

Could not find gem 'logstash-devutils (>= 0) ruby' in any of the gem sources listed in your Gemfile or installed on this machine.

似乎宝石'logstash-devutils(> = 0)ruby'错过了,但当我输入"sudo gem install logstash-devutils"时,我收到错误

ERROR: Could not find a valid gem 'logstash-devutils' (>= 0)

原因如下:

Found logstash-devutils (0.0.12), but was for platform java

别人可以帮帮我吗?

环境:MAC OSX 10.9.5

ruby bundle logstash

8
推荐指数
2
解决办法
8081
查看次数

标签 统计

bundle ×1

logstash ×1

ruby ×1