Logstash6.1 手动安装插件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Logstash6.1 手动安装插件相关的知识,希望对你有一定的参考价值。
在做日日志报警的时候遇到个问题,output里没有exec模块所以需要安装1,将源修改为淘宝源
vim logstash-6.1.2/Gemfile追加
source "https://ruby.taobao.org/"
2,Gemfile添加要安装的模块名
vim logstash-6.1.2/Gemfile追加
gem "logstash-output-exec"
3,安装
./logstash-6.1.2/bin/logstash-plugin install logstash-output-exec
Installing...(时间会非常长)
Installation successful
以上是关于Logstash6.1 手动安装插件的主要内容,如果未能解决你的问题,请参考以下文章