【发布时间】:2014-12-22 15:28:40
【问题描述】:
我想在我的配置文件中使用 logstash contrib plugin riemann。在运行 logstash 时出现错误:
An unexpected error occurred. This is probably a bug. |
| You can find help with this problem in a few places: |
| |
| * chat: #logstash IRC channel on freenode irc. |
| IRC via the web: http://goo.gl/TI4Ro |
| * email: logstash-users@googlegroups.com |
| * bug system: https://logstash.jira.com/ |
| |
+---------------------------------------------------------+
The error reported is:
Couldn't find any output plugin named 'riemann'. Are you sure this is correct? Trying to load the riemann output plugin resulted in this error: no such file to load -- logstash/outputs/riemann
我有一个文件夹,其中存在并提取了 logstash 及其 contrib tar。
我正在使用logstash 1.4.1 和logstash-contrib-1.4.1。
我也尝试过手动安装 contrib :
./bin/plugin install contrib
但在运行命令时控制台上没有显示任何内容。
有什么帮助吗?
编辑
在ls下面是我的目录结构:
ls
elasticsearch-1.1.1 kibana-3.1.0.tar.gz logstash-1.4.1.tar.gz logstash-contrib-1.4.1.tar.gz
elasticsearch-1.1.1.tar.gz logstash-1.4.1 logstash-contrib-1.4.1 riemann-0.2.5.tar.bz2
因此,我将 contrib 解压在与 logstash 相同的目录中。有什么想法吗??
【问题讨论】:
标签: ruby elasticsearch installation logstash riemann