Skip to content

Commit 7145c45

Browse files
committed
v7.17.5.0
1 parent 9571b20 commit 7145c45

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
4747

4848
| Elasticsearch | Plugin | Release date |
4949
|---------------|----------|--------------|
50+
| 7.17.5 | 7.17.5.0 | Jul 09, 2022 |
5051
| 7.17.4 | 7.17.4.0 | May 25, 2022 |
5152
| 7.17.3 | 7.17.3.0 | Apr 20, 2022 |
5253
| 7.17.2 | 7.17.2.0 | Mar 31, 2022 |
@@ -102,7 +103,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
102103

103104
## Install
104105

105-
`./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/7.17.1.1/prometheus-exporter-7.17.1.1.zip`
106+
`./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/7.17.1.1/prometheus-exporter-7.17.5.0.zip`
106107

107108
**Do not forget to restart the node after the installation!**
108109

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repositories {
5050
ext {
5151
versions = [
5252
"elasticsearch": es_version,
53-
"prometheus" : "0.15.0",
53+
"prometheus" : "0.16.0",
5454
"log4j" : "2.17.2",
5555
"junit" : "4.13.2"
5656
]

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = org.elasticsearch.plugin.prometheus
22

3-
version = 7.17.4.1-SNAPSHOT
3+
version = 7.17.5.0
44

55
pluginName = prometheus-exporter
66
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin

0 commit comments

Comments
 (0)