Skip to content

Commit

Permalink
Upgrade to Elasticsearch 7.3.0 and release version 7.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foxdalas committed Aug 12, 2019
1 parent 69ddb1a commit 7fe5862
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ It collects all relevant metrics and makes them available to Prometheus via the

| Elasticsearch | Plugin | Release date |
| -------------- | -------------- | ------------ |
| 7.3.0 | 7.3.0.0 | Aug 13, 2019 |
| 7.2.1 | 7.2.0.0 | Jul 31, 2019 |
| 7.2.0 | 7.2.0.0 | Jul 12, 2019 |
| 7.1.1 | 7.1.1.0 | May 31, 2019 |
Expand Down Expand Up @@ -130,7 +131,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
## Install

- Since Elasticsearch 7.0.0 :
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.2.1.0/prometheus-exporter-7.2.1.0.zip`
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.3.0.0/prometheus-exporter-7.3.0.0.zip`

- Since Elasticsearch 6.0.0 :
`./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`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath "org.elasticsearch.gradle:build-tools:7.2.1" // How can we use ${versions.elasticsearch} here ???
classpath "org.elasticsearch.gradle:build-tools:7.3.0" // How can we use ${versions.elasticsearch} here ???
classpath group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.0'
classpath group: 'com.sun.xml.bind', name: 'jaxb-core', version: '2.3.0'
classpath group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '2.3.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group = org.elasticsearch.plugin.prometheus

version = 7.2.1.0
version = 7.3.0.0

pluginName = prometheus-exporter
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
Expand Down

0 comments on commit 7fe5862

Please sign in to comment.