Skip to content

Commit b13c27d

Browse files
committed
8.17.1.0
1 parent 5aaa10a commit b13c27d

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.17.1 | 8.17.1.0 | Jan 23, 2025 |
5960
| 8.17.0 | 8.17.0.0 | Dec 14, 2024 |
6061
| 8.16.1 | 8.16.1.0 | Nov 23, 2024 |
6162
| 8.16.0 | 8.16.0.0 | Nov 16, 2024 |
@@ -119,7 +120,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
119120

120121
```
121122
./bin/elasticsearch-plugin install -b \
122-
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.17.0.0/prometheus-exporter-8.17.0.0.zip
123+
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.17.1.0/prometheus-exporter-8.17.1.0.zip
123124
```
124125

125126
**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.17.0.1-SNAPSHOT
3+
version = 8.17.1.0
44

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

0 commit comments

Comments
 (0)