Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 1013 Bytes

elasticsearch_exporter_prometheus_community.md

File metadata and controls

18 lines (10 loc) · 1013 Bytes

Elasticsearch exporter (prometheus_community) configuration

An array of additional flags to pass to the elasticsearch_exporter daemon:

prometheus_elasticsearch_exporter_prometheus_community_extra_opts: []

The version of elasticsearch_exporter_prometheus_community to install. The default version can be found in the elasticsearch_exporter_prometheus_community variables file and the default version can be overridden using the following variable:

prometheus_elasticsearch_exporter_prometheus_community_version: "v1.0.0"

Allow the use of prerelease versions (beta, test, development, etc versions), defaults to 'false':

prometheus_elasticsearch_exporter_prometheus_community_use_prerelease: true

Port and IP to listen on. Defaults to listening on all available IPs on port 9908:

prometheus_elasticsearch_exporter_prometheus_community_host: "0.0.0.0"
prometheus_elasticsearch_exporter_prometheus_community_port: 9908