【发布时间】:2016-11-30 16:45:35
【问题描述】:
试图让 Filebeat 与 logstash 一起工作。目前我收到此错误:
2016/11/14 04:54:27.721478 output.go:109: DBG output worker: publish 2047 events
2016/11/14 04:54:27.756650 sync.go:85: ERR Failed to publish events caused by: lumberjack protocol error
2016/11/14 04:54:27.756676 single.go:91: INFO Error publishing events (retrying): lumberjack protocol error
2016/11/14 04:54:28.782729 sync.go:85: ERR Failed to publish events caused by: lumberjack protocol error
2016/11/14 04:54:28.782756 single.go:91: INFO Error publishing events (retrying): lumberjack protocol error
2016/11/14 04:54:30.786983 sync.go:85: ERR Failed to publish events caused by: lumberjack protocol error
2016/11/14 04:54:30.787017 single.go:91: INFO Error publishing events (retrying): lumberjack protocol error
2016/11/14 04:54:34.808528 sync.go:85: ERR Failed to publish events caused by: lumberjack protocol error
2016/11/14 04:54:34.808578 single.go:91: INFO Error publishing events (retrying): lumberjack protocol error
有没有人有解决方案,或者您可以指出正确的方向?
Filebeat v5 和 logstash v5。
在本地进行。
谢谢!
【问题讨论】:
-
你能发布你的 filebeat 和 logstash 配置吗?您是否在两者之间设置了任何类型的身份验证?
标签: elasticsearch logstash filebeat