Beat 模块

编辑

beat 模块收集关于任何 Beat 或基于 libbeat 的其他软件的指标。

兼容性

编辑

beat 模块适用于 Beats 7.3.0 及更高版本。

用于 Elastic Stack 监控的用法

编辑

beat 模块可用于收集 Kibana 中 Stack Monitoring UI 显示的指标。要启用此功能,请设置 xpack.enabled: true 并从模块配置中删除任何 metricsets。或者,运行 metricbeat modules disable beatmetricbeat modules enable beat-xpack

当此模块用于 Elastic Stack 监控时,它会将指标发送到监控索引,而不是 Metricbeat 通常使用的默认索引。有关监控索引的更多详细信息,请参阅 配置监控索引

示例配置

Beat 模块支持在 模块 中描述的标准配置选项。这是一个示例配置

metricbeat.modules:
- module: beat
  metricsets:
    - stats
    - state
  period: 10s
  hosts: ["https://127.0.0.1:5066"]
  #ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]

  # Set to true to send data collected by module to X-Pack
  # Monitoring instead of metricbeat-* indices.
  #xpack.enabled: false

当使用 ssl 配置字段时,此模块支持 TLS 连接,如 SSL 中所述。它还支持 标准 HTTP 配置选项 中描述的选项。

Metricsets

以下 metricsets 可用: