File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ https://github.com/prometheus-community/elasticsearch_exporter/releases
12
12
#### Docker
13
13
14
14
``` bash
15
- docker pull quay.io/prometheuscommunity/elasticsearch_exporter:1.1.0
16
- docker run --rm -p 9114:9114 quay.io/prometheuscommunity/elasticsearch_exporter:1.1.0
15
+ docker pull quay.io/prometheuscommunity/elasticsearch-exporter:latest
16
+ docker run --rm -p 9114:9114 quay.io/prometheuscommunity/elasticsearch-exporter:latest
17
17
```
18
18
19
19
Example ` docker-compose.yml ` :
20
20
21
21
``` yaml
22
22
elasticsearch_exporter :
23
- image : quay.io/prometheuscommunity/elasticsearch_exporter:1.1.0
23
+ image : quay.io/prometheuscommunity/elasticsearch-exporter:latest
24
24
command :
25
25
- ' --es.uri=http://elasticsearch:9200'
26
26
restart : always
You can’t perform that action at this time.
0 commit comments