From 3276795293c82a9e8ab88cf7cc22bc6dc175a0d0 Mon Sep 17 00:00:00 2001 From: "jean-yves.fournier" Date: Mon, 19 May 2025 12:13:04 +0200 Subject: [PATCH] chg port elasticsearch --- templates/conf/vmagent.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ ]