diff --git a/templates/conf/vmagent.yml.j2 b/templates/conf/vmagent.yml.j2 index 31a7670..87e40a9 100644 --- a/templates/conf/vmagent.yml.j2 +++ b/templates/conf/vmagent.yml.j2 @@ -522,7 +522,7 @@ scrape_configs: static_configs: - targets: {% for target in prometheus_elasticsearch_exporter_targets %} - - {{ target }}:9221 + - {{ target }}:9114 {% endfor %} relabel_configs: - source_labels: [ __address__ ]