Kibana 模块

编辑

kibana 模块收集有关 Kibana 的指标。

兼容性

编辑

kibana 模块适用于 Kibana 6.7.0 及更高版本。

用于 Elastic Stack 监控的用法

编辑

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

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

示例配置

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

metricbeat.modules:
- module: kibana
  metricsets: ["status"]
  period: 10s
  hosts: ["localhost:5601"]
  basepath: ""
  enabled: true
  #username: "user"
  #password: "secret"
  #api_key: "foo:bar"

  # 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: