简体   繁体   English

Logstash脚踩插件

[英]logstash plugin for stomp

I am using logstash-1.4.2, and follow the tutorial here: 我正在使用logstash-1.4.2,并在此处按照教程进行操作:

http://logstash.net/docs/1.4.2/contrib-plugins http://logstash.net/docs/1.4.2/contrib-plugins

to install contrib plugins for my stomp. 为我的脚踩安装contrib插件。

but when I follow the tutorial in "Automated Installation" part, run: 但是当我按照“自动安装”部分中的教程进行操作时,请运行:

plugin.sh install contrib

I will have the following: 我将有以下内容:

C:\logstash\logstash-1.4.2\logstash-1.4.2\bin>plugin.sh install contrib
Welcome to Git (version 1.9.0-preview20140217)


Run 'git help git' to display the help index.
Run 'git help <command>' to display help for specific commands.

which does not look that my plugins have been added. 看起来我的插件没有添加。

Anyone has a solution for this, Thanks. 任何人都有解决方案,谢谢。

The current logstash contrib automated installation only works for Linux/Mac OS, which is why this is failing for you. 当前的logstash contrib自动安装仅适用于Linux / Mac OS,这就是失败的原因。 There are a couple of approaches you can take: 您可以采取几种方法:

  1. There has been some code checked in for doing this on Windows, just not yet merged into the production release. 在Windows上已经签入了一些用于执行此操作的代码,但尚未将其合并到生产版本中。 Check here: https://github.com/elasticsearch/logstash/pull/1356 在这里检查: https : //github.com/elasticsearch/logstash/pull/1356

  2. You can just download and extract the files into your logstash directory ( in your case the one above bin). 您可以将文件下载并解压缩到logstash目录中(在本例中为上面的bin)。 Discussion of that approach here: https://groups.google.com/forum/#!topic/logstash-users/KbLwrgC4qSk 在此处讨论该方法: https : //groups.google.com/forum/#!topic/logstash-users/KbLwrgC4qSk

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM