ELK安装 – 配置es报错问题及解决方式

在安装ELK时,配置Elasticsearch时遇到SSL连接错误,通过添加`--no-check-certificate`选项解决wget下载问题。启动服务后,如果发现进程存在但端口未打开,可能是配置文件存在空格等格式错误。建议使用vim编辑器检查并修改配置文件,确保无误后,服务将成功启动,9200和9300端口会开放。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

ELK安装 – 配置es

1.当出现如下SSL建立无法连接的情况时

[root@elk-1 plugins]# wget https://github.com/Asquera/elasticsearch-http-basic/releases/download/v1.1.0/elasticsearch-http-basic-1.1.0.jar

–2021-03-06 04:34:46-- https://github.com/Asquera/elasticsearch-http-basic/releases/download/v1.1.0/elasticsearch-http-basic-1.1.0.jar
Resolving github.com (github.com)… 52.74.223.119
Connecting to github.com (github.com)|52.74.223.119|:443… connected.
Unable to establish SSL connection.
在这里插入图片描述
解决方法:
原命令上加上" --no-check-certificate"
这是因为wget在使用HTTPS协议时,默认会去验证网站的证书,而这个证书验证经常会失败。加上"–no-check-certificate"选项,就能排除掉这个错误。
[root@elk-1 plugins]# wget https://github.com/Asquera/ela

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值