Skip to content

Commit 25ef036

Browse files
authored
Merge pull request #90 from davidkarlsen/feature/es622
support es 6.2.2
2 parents c889a83 + 2237519 commit 25ef036

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
@@ -24,6 +24,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
2424

2525
| Elasticsearch | Plugin | Release date |
2626
| -------------- | -------------- | ------------ |
27+
| 6.2.2 | 6.2.2.0 | Feb 20, 2018 |
2728
| 6.2.1 | 6.2.1.0 | Feb 08, 2018 |
2829
| 6.2.0 | 6.2.0.0 | Feb 07, 2018 |
2930
| 6.1.3 | 6.1.3.0 | Jan 30, 2018 |
@@ -79,7 +80,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
7980
## Install
8081

8182
- Since ElasticSearch 6.0.0 :
82-
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.2.1.0.zip`
83+
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.2.2.0.zip`
8384

8485
- On ElasticSearch 5.x.x :
8586
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.6.4.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 = 6.2.1.1-SNAPSHOT
3+
version = 6.2.2.0
44

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

0 commit comments

Comments
 (0)