es_node_stats

es_node_stats #

Description #

Collect the cluster node stats metrics.

Configuration Example #

pipeline
  - name: collect_default_es_node_stats
    auto_start: true
    keep_running: true
    retry_delay_in_ms: 3000
    processor:
    - es_node_stats:
        elasticsearch: default

Parameter Description #

NameTypeDescription
elasticsearchstringCluster instance name (Please see elasticsearch name parameter)
levelstringMetric level, Optional cluster, indices, shards, default is shards
labelsmapCustom labels
Edit Edit this page