Skip to content

Commit 7781bd3

Browse files
authored
Merge pull request #244 from vvanholl/release_7.4.1
Upgrade to ES 7.4.1 and release 7.4.1.0
2 parents d5c0f36 + 51b6b85 commit 7781bd3

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.4.1 | 7.4.1.0 | Jan 13, 2020 |
3031
| 7.4.0 | 7.4.0.0 | Jan 07, 2020 |
3132
| 7.3.2 | 7.3.2.0 | Oct 05, 2019 |
3233
| 7.3.1 | 7.3.1.0 | Sep 18, 2019 |
@@ -140,7 +141,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
140141
## Install
141142

142143
- Since Elasticsearch 7.0.0 :
143-
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.4.0.0/prometheus-exporter-7.4.0.0.zip`
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`
144145

145146
- Since Elasticsearch 6.0.0 :
146147
`./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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = org.elasticsearch.plugin.prometheus
22

3-
version = 7.4.0.1-SNAPSHOT
3+
version = 7.4.1.0
44

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

0 commit comments

Comments
 (0)