Skip to content

Commit

Permalink
Merge pull request #329 from dhpowrhost/master
Browse files Browse the repository at this point in the history
Create version for Elasticsearch 7.16.2
  • Loading branch information
vvanholl authored Dec 24, 2021
2 parents ebfa088 + dde174e commit dd3adeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.16.2 | 7.16.2.0 | Dec 20, 2021 |
| 7.16.1 | 7.16.1.0 | Dec 13, 2021 |
| 7.16.0 | 7.16.0.0 | Dec 09, 2021 |
| 7.15.2 | 7.15.2.0 | Nov 13, 2021 |
Expand Down Expand Up @@ -75,7 +76,7 @@ It collects all relevant metrics and makes them available to Prometheus via the

## Install

`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.16.1.0/prometheus-exporter-7.16.1.0.zip`
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.16.2.0/prometheus-exporter-7.16.2.0.zip`

**Do not forget to restart the node after the installation!**

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.16.1.1-SNAPSHOT
version = 7.16.2.0

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

0 comments on commit dd3adeb

Please sign in to comment.