错误事件结构
编辑错误事件结构
编辑当服务无法访问时,Metricbeat 会发送一个错误事件。错误事件的结构与基础事件相同,但还包含一个错误字段,其中包含一个错误字符串。 这使得可以检查所有指标事件中的错误。
以下示例显示了当 Apache 服务器无法访问时发送的错误事件
{ "@timestamp": "2016-03-18T12:18:57.124Z", "apache-status": {}, "beat": { "hostname": "host.example.com", "name": "host.example.com" }, "error": { "message": "Get http://127.0.0.1/server-status?auto: dial tcp 127.0.0.1:80: getsockopt: connection refused", }, "metricset": { "module": "apache", "name": "status", "rtt": 1082 }, . . . "type": "metricsets"