Skip to content

Commit ed8d7ba

Browse files
committed
Upgrade to ES 7.15.2 and release version 7.15.2.0
1 parent 92749bb commit ed8d7ba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
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.15.2 | 7.15.2.0 | Nov 13, 2021 |
3031
| 7.15.1 | 7.15.1.0 | Oct 16, 2021 |
3132
| 7.15.0 | 7.15.0.0 | Oct 02, 2021 |
3233
| 7.14.1 | 7.14.1.0 | Sep 04, 2021 |
@@ -72,7 +73,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
7273

7374
## Install
7475

75-
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.15.1.0/prometheus-exporter-7.15.1.0.zip`
76+
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.15.2.0/prometheus-exporter-7.15.2.0.zip`
7677

7778
**Do not forget to restart the node after the installation!**
7879

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = org.elasticsearch.plugin.prometheus
22

3-
version = 7.15.1.1-SNAPSHOT
3+
version = 7.15.2.0
44

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

0 commit comments

Comments
 (0)