Skip to content

Commit bb5b6de

Browse files
committed
Upgrade to ES 7.17.6 and release version 7.17.6.0
1 parent 9b9f148 commit bb5b6de

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

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

2828
| Elasticsearch | Plugin | Release date |
2929
| -------------- | -------------- | ------------ |
30+
| 7.17.6 | 7.17.6.0 | Aug 31, 2022 |
3031
| 7.17.5 | 7.17.5.0 | Jul 06, 2022 |
3132
| 7.17.4 | 7.17.4.0 | May 24, 2022 |
3233
| 7.17.3 | 7.17.3.0 | Apr 22, 2022 |
@@ -83,7 +84,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
8384

8485
## Install
8586

86-
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.17.5.0/prometheus-exporter-7.17.5.0.zip`
87+
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.17.6.0/prometheus-exporter-7.17.6.0.zip`
8788

8889
**Do not forget to restart the node after the installation!**
8990

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.5.1-SNAPSHOT
3+
version = 7.17.6.0
44

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

0 commit comments

Comments
 (0)