Skip to content

Commit 5c388cb

Browse files
committed
8.19.7.0
1 parent 7735daf commit 5c388cb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
5757

5858
| Elasticsearch | Plugin | Release date |
5959
|---------------|----------|--------------|
60+
| 8.19.7 | 8.19.7.0 | Nov 15, 2025 |
6061
| 8.19.6 | 8.19.6.0 | Oct 26, 2025 |
6162
| 8.19.5 | 8.19.5.0 | Oct 08, 2025 |
6263
| 8.19.4 | 8.19.4.0 | Sep 19, 2025 |
@@ -138,7 +139,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
138139

139140
```
140141
./bin/elasticsearch-plugin install -b \
141-
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.19.6.0/prometheus-exporter-8.19.6.0.zip
142+
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.19.7.0/prometheus-exporter-8.19.7.0.zip
142143
```
143144

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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = org.elasticsearch.plugin.prometheus
22

3-
version = 8.19.6.1-SNAPSHOT
3+
version = 8.19.7.0
44

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

0 commit comments

Comments
 (0)