Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
docker
elasticsearch
Commits
d833b6fa
Commit
d833b6fa
authored
Apr 13, 2020
by
godog
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade elasticsearch_exporter to 1.1.0
parent
9adbb3af
Pipeline
#6698
passed with stage
in 1 minute and 49 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
build.sh
build.sh
+1
-1
conf/chaperone.d/elasticsearch-exporter.conf
conf/chaperone.d/elasticsearch-exporter.conf
+1
-1
No files found.
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
Markdown
is supported
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