在 Mapping 里面,将 dynamic 参数设置成 strict 可以拒绝索引包含未知字段的文档。 此条 Tips 由 medcl 贡献。

filebeat里面报错Failed to publish events caused by: EOF

Beats | 作者 fcjker | 发布于2019年12月05日 | 阅读数:7412

filebeat 输出日志到logstash,一直报这个错,哪位大佬能看下是什么原因

filebeat    | 2019-12-05T16:05:18.482+0800 ERROR logstash/async.go:256 Failed to publish events caused by: EOF
filebeat    | 2019-12-05T16:05:18.484+0800 ERROR logstash/async.go:256 Failed to publish events caused by: client is not connected
filebeat    | 2019-12-05T16:05:19.487+0800 ERROR pipeline/output.go:121 Failed to publish events: client is not connected
filebeat    | 2019-12-05T16:05:19.487+0800 INFO pipeline/output.go:95 Connecting to backoff(async(tcp://192.168.1.10:5044))
filebeat    | 2019-12-05T16:05:19.487+0800 INFO pipeline/output.go:105 Connection to backoff(async(tcp://192.168.1.10:5044)) established


QQ截图20191205161007.png
已邀请:

liuxg - Elastic

赞同来自:

应该是你的连接问题:client is not connected.
 
EOF means, the underlying TCP connection has been closed while sending or waiting for a response. 

silenceper

赞同来自:

同问这个问题?怎么解决

要回复问题请先登录注册