Skip to content

Commit 0bd8dc7

Browse files
authored
Merge pull request #245 from vvanholl/es742
Upgrade to Elasticsearch 7.4.2 and release version 7.4.2.0
2 parents 2202ad0 + c5eaec0 commit 0bd8dc7

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.4.2 | 7.4.2.0 | Jan 13, 2020 |
3031
| 7.4.1 | 7.4.1.0 | Jan 13, 2020 |
3132
| 7.4.0 | 7.4.0.0 | Jan 07, 2020 |
3233
| 7.3.2 | 7.3.2.0 | Oct 05, 2019 |
@@ -141,7 +142,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
141142
## Install
142143

143144
- Since Elasticsearch 7.0.0 :
144-
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.4.1.0/prometheus-exporter-7.4.1.0.zip`
145+
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.4.2.0/prometheus-exporter-7.4.2.0.zip`
145146

146147
- Since Elasticsearch 6.0.0 :
147148
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.0.0/prometheus-exporter-6.8.0.0.zip`

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.4.1.1-SNAPSHOT
3+
version = 7.4.2.0
44

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

0 commit comments

Comments
 (0)