Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
docker
elasticsearch
Commits
d833b6fa
Commit
d833b6fa
authored
Apr 13, 2020
by
godog
Browse files
Upgrade elasticsearch_exporter to 1.1.0
parent
9adbb3af
Pipeline
#6698
passed with stage
in 1 minute and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
d833b6fa
...
...
@@ -15,7 +15,7 @@ PACKAGES="
"
# 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'
# command which is just a convenient helper. Define our own in
...
...
conf/chaperone.d/elasticsearch-exporter.conf
View file @
d833b6fa
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
,
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment