New

The executive guide to generative AI

Read more

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

指标集

以下指标集可用

Was this helpful?
Feedback