Skip to content

Commit 88b564d

Browse files
authored
Merge pull request #95 from davidkarlsen/feature/es623
support es 6.2.3
2 parents d9c77b3 + bc64253 commit 88b564d

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.3 | 6.2.3.0 | Mar 20, 2018 |
2728
| 6.2.2 | 6.2.2.0 | Feb 20, 2018 |
2829
| 6.2.1 | 6.2.1.0 | Feb 08, 2018 |
2930
| 6.2.0 | 6.2.0.0 | Feb 07, 2018 |
@@ -80,7 +81,7 @@ It collects all relevant metrics and make them available to Prometheus via Elast
8081
## Install
8182

8283
- Since ElasticSearch 6.0.0 :
83-
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.2.2.0.zip`
84+
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.2.3.0.zip`
8485

8586
- On ElasticSearch 5.x.x :
8687
`./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.2.1-SNAPSHOT
3+
version = 6.2.3.0
44

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

0 commit comments

Comments
 (0)