Skip to content

Commit dd3adeb

Browse files
authored
Merge pull request #329 from dhpowrhost/master
Create version for Elasticsearch 7.16.2
2 parents ebfa088 + dde174e commit dd3adeb

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.16.2 | 7.16.2.0 | Dec 20, 2021 |
3031
| 7.16.1 | 7.16.1.0 | Dec 13, 2021 |
3132
| 7.16.0 | 7.16.0.0 | Dec 09, 2021 |
3233
| 7.15.2 | 7.15.2.0 | Nov 13, 2021 |
@@ -75,7 +76,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
7576

7677
## Install
7778

78-
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.16.1.0/prometheus-exporter-7.16.1.0.zip`
79+
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.16.2.0/prometheus-exporter-7.16.2.0.zip`
7980

8081
**Do not forget to restart the node after the installation!**
8182

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.16.1.1-SNAPSHOT
3+
version = 7.16.2.0
44

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

0 commit comments

Comments
 (0)