[Unit] Description=Prometheus Elasticsearch Exporter After=network.target [Service] Type=simple ExecStart=/usr/local/bin/prometheus-elasticsearch-exporter --es.uri="http://{% if prometheus_elasticsearch_user is defined %}{{ prometheus_elasticsearch_user }}:{{ prometheus_elasticsearch_password }}@{% endif %}localhost:9200" [Install] WantedBy=multi-user.target