在 Logstash 5.4 中安装和配置 OpsGenie Logstash 插件



我正在尝试在 Logstash (v5.4.2( 中安装 OpsGenie 输出插件 (v2.0.5(。

根据OpsGenie的说明,必须运行:

bin/plugin install logstash-output-opsgenie

在 Logstash5.4中应该是:

bin/logstash-plugin install logstash-output-opsgenie

运行这个,你会得到:

Looking if package named: logstash-output-opsgenie exists at https://artifacts.elastic.co/downloads/logstash-plugins/logstash-output-opsgenie/logstash-output-opsgenie-5.4.2.zip

(但没有这样的神器:logstash-output-opsgenie-5.4.2.zip(

甚至尝试强制版本:

$ DEBUG=1 bin/logstash-plugin install --version 2.0.5 logstash-output-opsgenie

您仍然可以获得:

DEBUG: exec /usr/share/logstash/vendor/jruby/bin/jruby /usr/share/logstash/lib/pluginmanager/main.rb install --version 2.0.5 logstash-output-opsgenie
Looking if package named: logstash-output-opsgenie exists at https://artifacts.elastic.co/downloads/logstash-plugins/logstash-output-opsgenie/logstash-output-opsgenie-5.4.2.zip
Network error, skipping Elastic pack, exception: Connection refused - Connection refused

如何安装此 Logstash 输出插件?

在 OpsGenie 指令的 Logstash 配置部分下,还有另一个指向 OpsGenie 的Logstash插件的链接。在该页面中,有一个用于安装插件的命令,该命令是

gem install logstash-output-opsgenie

如果 OpsGenie 的插件所依赖的其他 logstash 包,则运行此命令将安装该插件。之后,将目录更改为日志所在的目录。然后运行

bin/logstash-plugin install logstash-output-opsgenie

相关内容

  • 没有找到相关文章

最新更新