Skip to content

Commit 7369890

Browse files
committed
Upgrade to ES 7.13.1 and release version 7.13.1.0
1 parent b37f97e commit 7369890

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.13.1 | 7.13.1.0 | Jun 12, 2021 |
3031
| 7.13.0 | 7.13.0.0 | May 27, 2021 |
3132
| 7.12.1 | 7.12.1.0 | May 01, 2021 |
3233
| 7.12.0 | 7.12.0.0 | Apr 04, 2021 |
@@ -64,7 +65,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
6465

6566
## Install
6667

67-
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.13.0.0/prometheus-exporter-7.13.0.0.zip`
68+
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.13.1.0/prometheus-exporter-7.13.1.0.zip`
6869

6970
**Do not forget to restart the node after the installation!**
7071

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.13.0.1-SNAPSHOT
3+
version = 7.13.1.0
44

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

0 commit comments

Comments
 (0)