File tree 4 files changed +7
-8
lines changed
4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
- image : " gradle:6.2.1-jdk13 "
1
+ image : " gradle:6.3.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.6.2 | 7.6.2.0 | Apr 6, 2020 |
30
31
| 7.6.1 | 7.6.1.0 | Mar 30, 2020 |
31
32
| 7.6.0 | 7.6.0.0 | Feb 12, 2020 |
32
33
| 7.5.2 | 7.5.2.0 | Jan 25, 2020 |
@@ -147,7 +148,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
147
148
## Install
148
149
149
150
- Since Elasticsearch 7.0.0 :
150
- ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.6.1 .0/prometheus-exporter-7.6.1 .0.zip `
151
+ ` ./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.6.2 .0/prometheus-exporter-7.6.2 .0.zip `
151
152
152
153
- Since Elasticsearch 6.0.0 :
153
154
` ./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 @@ -105,12 +105,10 @@ esplugin {
105
105
classname pluginClassname
106
106
}
107
107
108
- // Remove in 7.6.2
109
- // https://github.com/spinscale/elasticsearch-ingest-langdetect/blob/c619173300113f26411a0bc42da8e41c8d4d72a5/build.gradle#L26
110
108
restResources {
111
- restApi {
112
- includeCore ' *'
113
- }
109
+ restApi {
110
+ includeCore ' *'
111
+ }
114
112
}
115
113
116
114
testClusters. integTest {
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 7.6.1.1-SNAPSHOT
3
+ version = 7.6.2.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