File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- image : " gradle:6.4 .0-jdk14"
1
+ image : " gradle:6.5 .0-jdk14"
2
2
# Please sync gradle version with README.md
3
3
4
4
variables :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
27
27
28
28
| Elasticsearch | Plugin | Release date |
29
29
| -------------- | -------------- | ------------ |
30
+ | 7.7.1 | 7.7.1.0 | Jun 04, 2020 |
30
31
| 7.7.0 | 7.7.0.0 | May 14, 2020 |
31
32
| 7.6.2 | 7.6.2.0 | Apr 6, 2020 |
32
33
| 7.6.1 | 7.6.1.0 | Mar 30, 2020 |
@@ -149,7 +150,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
149
150
## Install
150
151
151
152
- Since Elasticsearch 7.0.0 :
152
- ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.7.0 .0/prometheus-exporter-7.7.0 .0.zip `
153
+ ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.7.1 .0/prometheus-exporter-7.7.1 .0.zip `
153
154
154
155
- Since Elasticsearch 6.0.0 :
155
156
` ./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 `
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ thirdPartyAudit.enabled = false
50
50
// license header checks can be disabled
51
51
licenseHeaders. enabled = true
52
52
53
+ // POM validation can be enabled
54
+ validateNebulaPom. enabled = false
55
+
53
56
// No unit tests in this plugin
54
57
test. enabled = false
55
58
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 7.7.0.1-SNAPSHOT
3
+ version = 7.7.1.0
4
4
5
5
pluginName = prometheus-exporter
6
6
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
You can’t perform that action at this time.
0 commit comments