Skip to content

Commit ac365bc

Browse files
committed
Upgrade to ES 7.14.1 and release version 7.14.1.0
1 parent d83642b commit ac365bc

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.14.1 | 7.14.1.0 | Sep 04, 2021 |
3031
| 7.14.0 | 7.14.0.0 | Aug 07, 2021 |
3132
| 7.13.4 | 7.13.4.0 | Jul 21, 2021 |
3233
| 7.13.3 | 7.13.3.0 | Jul 07, 2021 |
@@ -69,7 +70,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
6970

7071
## Install
7172

72-
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.14.0.0/prometheus-exporter-7.14.0.0.zip`
73+
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.14.1.0/prometheus-exporter-7.14.1.0.zip`
7374

7475
**Do not forget to restart the node after the installation!**
7576

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.14.0.1-SNAPSHOT
3+
version = 7.14.1.0
44

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

0 commit comments

Comments
 (0)