Skip to content

Commit e118416

Browse files
committed
7.17.27.0
1 parent f50875a commit e118416

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

5050
| Elasticsearch | Plugin | Release date |
5151
|---------------|-----------|--------------|
52+
| 7.17.27 | 7.17.27.0 | Jan 18, 2025 |
5253
| 7.17.26 | 7.17.26.0 | Dec 07, 2024 |
5354
| 7.17.25 | 7.17.25.0 | Oct 25, 2024 |
5455
| 7.17.24 | 7.17.24.0 | Sep 13, 2024 |
@@ -125,7 +126,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
125126

126127
## Install
127128
d
128-
`./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/7.17.25.0/prometheus-exporter-7.17.25.0.zip`
129+
`./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/7.17.27.0/prometheus-exporter-7.17.27.0.zip`
129130

130131
**Remember to restart the node after the installation!**
131132

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 = 7.17.26.1-SNAPSHOT
3+
version = 7.17.27.0
44

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

0 commit comments

Comments
 (0)