Skip to content

Commit 5dbab8e

Browse files
committed
8.14.1.0
1 parent 7f364ad commit 5dbab8e

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
@@ -56,6 +56,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
5656

5757
| Elasticsearch | Plugin | Release date |
5858
|---------------|----------|--------------|
59+
| 8.14.1 | 8.14.1.0 | Jun 14, 2024 |
5960
| 8.14.0 | 8.14.0.0 | Jun 08, 2024 |
6061
| 8.13.4 | 8.13.4.0 | May 16, 2024 |
6162
| 8.13.3 | 8.13.3.0 | May 06, 2024 |
@@ -108,7 +109,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
108109

109110
```
110111
./bin/elasticsearch-plugin install -b \
111-
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.14.0.0/prometheus-exporter-8.14.0.0.zip
112+
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.14.1.0/prometheus-exporter-8.14.1.0.zip
112113
```
113114

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

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 = 8.14.0.1-SNAPSHOT
3+
version = 8.14.1.0
44

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

0 commit comments

Comments
 (0)