将数据发布到 Logstash 失败并显示“connection reset by peer”消息
编辑将数据发布到 Logstash 失败并显示“connection reset by peer”消息编辑
Filebeat 需要与 Logstash 建立持久 TCP 连接。如果防火墙干扰了连接,您可能会看到类似以下错误
Failed to publish events caused by: write tcp ... write: connection reset by peer
要解决问题
- 确保防火墙没有关闭 Filebeat 和 Logstash 之间的连接,或者
- 在 Logstash 输出 中将
ttl
值设置为小于防火墙允许的最大时间的值,并将pipelining
设置为 0(当使用ttl
时,无法启用 pipelining)。