前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Logstash Plugins2

Logstash Plugins2

作者头像
franket
发布2022-02-10 20:19:46
3150
发布2022-02-10 20:19:46
举报
文章被收录于专栏:技术杂记

plugin uninstall

代码语言:javascript
复制
[root@h102 ~]# /opt/logstash/bin/plugin uninstall -h 
Usage:
    bin/plugin uninstall [OPTIONS] PLUGIN

Parameters:
    PLUGIN                        plugin name

Options:
    -h, --help                    print help
[root@h102 ~]# 
修改镜像源
代码语言:javascript
复制
[root@h102 logstash]# cd /opt/logstash/
[root@h102 logstash]# vim Gemfile
[root@h102 logstash]# grep source Gemfile
source "https://ruby.taobao.org"
[root@h102 logstash]# 

Note: 如果不修改,所有涉及插件变更的操作都会报错,原因是 The Great Wall ,如下

代码语言:javascript
复制
[root@h102 ~]# /opt/logstash/bin/plugin uninstall logstash-output-kafka
Uninstalling logstash-output-kafka
Error Bundler::InstallError, retrying 1/10
An error occurred while installing arr-pm (0.0.10), and Bundler cannot continue.
Make sure that `gem install arr-pm -v '0.0.10'` succeeds before bundling.
WARNING: SSLSocket#session= is not supported

^C
代码语言:javascript
复制
[root@h102 ~]# /opt/logstash/bin/plugin install logstash-output-kafka
Validating logstash-output-kafka
Unable to download data from https://rubygems.org - Connection reset by peer (https://rubygems.global.ssl.fastly.net/latest_specs.4.8.gz)
ERROR: Installation aborted, verification failed for logstash-output-kafka 
[root@h102 ~]# 

本文系转载,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文系转载前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • plugin uninstall
    • 修改镜像源
    领券
    问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档