Beats 无法突然向 ES 发送数据并弹出错误

Beats can't send data suddenly to ES with errors pop up

我正在使用 ES 5.0、Kibana 5.0 alpha4 和各种 beats 向 ES 发送数据。一开始一切都运行良好。然而过了一天,beats突然无法将beats发送给ES。我一直在用不同的beats,包括winlogbeat,metribeats等等,突然都不灵了

错误如图

2016/07/16 15:22:15.259659 single.go:130: INFO Connecting error publishing events (retrying): 401 Unauthorized
2016/07/16 15:22:15.259695 single.go:145: INFO send fail

会出现什么问题?

您已在 Elasticsearch 服务器上启用身份验证,例如 Shield(Security)

将其放入 Beats 配置

elasticsearch:
  username: `Your username here`
  password: `Your password here`
  protocol: `Choose your protocol here (http or https)`
  hosts: `Array of Elasticsearch hosts like ["elasticsearch.example.com:9200"] `