Skip to content

elasticsearch_exporter job from prometheus/23.4.0

Github source: face2ef or master branch

Properties

elasticsearch_exporter

es

all

Enable/disable exporting stats for all nodes in the cluster

ca_cert

Trusted CA Certificate (PEM format) for the Elasticsearch connection

timeout

Timeout for trying to get stats from Elasticsearch

tls_cert

TLS Certificate (PEM format) for the private key to connect to Elasticsearch

tls_key

TLS Private key (PEM format) for client auth when connecting to Elasticsearch

uri

HTTP API address of an Elasticsearch node

web

port

Port on which to expose web interface and telemetry

Default
"9114"
telemetry_path

Path under which to expose metrics

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/elasticsearch_exporter/ directory (learn more).

  • bin/elasticsearch_exporter_ctl (from bin/elasticsearch_exporter_ctl)
  • config/es_ca_cert.pem (from config/es_ca_cert.pem)
  • config/es_tls_cert.pem (from config/es_tls_cert.pem)
  • config/es_tls_key.pem (from config/es_tls_key.pem)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.