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 配置选项 中描述的选项。

度量集

以下度量集可用