ERROR [publisher_pipeline_output] pipeline/output.go:154 Failed to connect to backoff(elasticsearch(http://localhost:9200)): Get "http://localhost:9200": dial tcp [::1]:9200: connectex: No connection could be made because the target machine actively refused it.
只配置了这两个地方, 但是运行的时候怎么也运行不起来, 一直说是拒绝访问
看着日志文件好像也都读取到了
求各位大神这是为啥呢
图片好像没传上来
配置文件修改的地方1
ilebeat.inputs:
type: log
enabled: true
paths:
配置文件修改的地方 2
output.elasticsearch:
hosts: ["localhost:9200"]
http
(default) or https
.1、查看防火墙
2、localhost改成真实ip,而不是localhost和127.0.0.1
加了的呀
换了也不得行
@临冰听雪丶: 看最新的提示,可解决
@Biuget-Golang: 什么意思呢 是我版本的问题吗
1.能读到日志,只能说明filebeat订阅日志文件成功了,只是Sink到ES的时候出错了。
2.可以看到写到ES的时候报错,看报错是连接不通。
3.先在filebeat这台机器,测试访问es的端口 看通不通。(一般情况:ES未正确启动、端口被占、防火墙、ES 配置问题: 检查es 配置,确保它允许远程连接,并且网络绑定正确。)
没问题呀
也不得行