Elasticsearch 模块编辑

The elasticsearch 模块收集有关 Elasticsearch 的指标。

兼容性编辑

elasticsearch 模块适用于 Elasticsearch 6.7.0 及更高版本。

用于 Elastic Stack 监控的用法编辑

elasticsearch 模块可用于收集 Kibana 中堆栈监控 UI 中显示的指标。要启用此用法,请设置 xpack.enabled: true 并从模块的配置中删除任何 metricsets。或者,运行 metricbeat modules disable elasticsearchmetricbeat modules enable elasticsearch-xpack

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

模块特定的配置说明编辑

与其他 Metricbeat 模块一样,elasticsearch 模块接受一个 hosts 配置设置。此设置可以包含条目列表。相关的 scope 设置确定模块如何解释 hosts 列表中的每个条目。

  • 如果将 scope 设置为 node(默认值),则 hosts 列表中的每个条目都表示 Elasticsearch 集群中的一个独立节点。
  • 如果将 scope 设置为 cluster,则 hosts 列表中的每个条目都表示一个独立 Elasticsearch 集群的单个端点(例如,位于集群前面的负载均衡代理)。

示例配置

Elasticsearch 模块支持 模块 中描述的标准配置选项。以下是一个示例配置

metricbeat.modules:
- module: elasticsearch
  metricsets:
    - node
    - node_stats
    #- index
    #- index_recovery
    #- index_summary
    #- ingest_pipeline
    #- shard
    #- ml_job
  period: 10s
  hosts: ["https://127.0.0.1:9200"]
  #username: "elastic"
  #password: "changeme"
  #api_key: "foo:bar"
  #ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]

  #index_recovery.active_only: true
  #ingest_pipeline.processor_sample_rate: 0.25
  #xpack.enabled: false
  #scope: node

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

指标集

提供以下指标集