Skip to content
Snippets Groups Projects
Commit d833b6fa authored by godog's avatar godog
Browse files

Upgrade elasticsearch_exporter to 1.1.0

parent 9adbb3af
No related branches found
No related tags found
1 merge request!1Buster
Pipeline #6698 passed
...@@ -15,7 +15,7 @@ PACKAGES=" ...@@ -15,7 +15,7 @@ PACKAGES="
" "
# Release tarball for the elasticsearch prometheus exporter. # Release tarball for the elasticsearch prometheus exporter.
EXPORTER_RELEASE_URL="https://github.com/justwatchcom/elasticsearch_exporter/releases/download/v1.0.4rc1/elasticsearch_exporter-1.0.4rc1.linux-amd64.tar.gz" EXPORTER_RELEASE_URL="https://github.com/justwatchcom/elasticsearch_exporter/releases/download/v1.1.0/elasticsearch_exporter-1.1.0.linux-amd64.tar.gz"
# The default bitnami/minideb image defines an 'install_packages' # The default bitnami/minideb image defines an 'install_packages'
# command which is just a convenient helper. Define our own in # command which is just a convenient helper. Define our own in
......
exporter.service: { exporter.service: {
command: "/bin/sh -c 'exec /usr/sbin/elasticsearch_exporter -es.indices -es.uri http://127.0.0.1:${PORT} -web.listen-address :${EXPORTER_PORT}'", command: "/bin/sh -c 'exec /usr/sbin/elasticsearch_exporter --es.indices --es.uri http://127.0.0.1:${PORT} --web.listen-address :${EXPORTER_PORT}'",
restart: true, restart: true,
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment