elasticsearch_exporter job from prometheus/19.0.1
Github source:
edd0754
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
(frombin/elasticsearch_exporter_ctl
)config/es_ca_cert.pem
(fromconfig/es_ca_cert.pem
)config/es_tls_cert.pem
(fromconfig/es_tls_cert.pem
)config/es_tls_key.pem
(fromconfig/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.