es_index_stats

es_index_stats #

描述 #

采集集群索引 stats 指标。

配置示例 #

pipeline
  - name: collect_default_es_index_stats
    auto_start: true
    keep_running: true
    retry_delay_in_ms: 3000
    processor:
    - es_index_stats:
        elasticsearch: default

参数说明 #

名称类型说明
elasticsearchstring集群实例名称(请参考 elasticsearchname 参数)
all_index_statsbool是否开启所有索引指标的采集,默认 true
index_primary_statsbool是否开启索引主分片指标的采集,默认 true
labelsmap自定义标签
Edit 编辑本页