Skip to content

Commit 4296385

Browse files
committed
8.10.4.0
1 parent b12195e commit 4296385

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ It collects all relevant metrics and makes them available to Prometheus via the
5656

5757
| Elasticsearch | Plugin | Release date |
5858
|---------------|----------|--------------|
59+
| 8.10.4 | 8.10.4.0 | Oct 18, 2023 |
60+
| 8.10.3 | 8.10.3.0 | Oct 18, 2023 |
5961
| 8.10.2 | 8.10.2.0 | Sep 23, 2023 |
6062
| 8.9.2 | 8.9.2.0 | Sep 09, 2023 |
6163
| 8.9.1 | 8.9.1.0 | Aug 19, 2023 |
@@ -94,7 +96,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
9496

9597
```
9698
./bin/elasticsearch-plugin install -b \
97-
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.10.2.0/prometheus-exporter-8.10.2.0.zip
99+
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.10.4.0/prometheus-exporter-8.10.4.0.zip
98100
```
99101

100102
**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.10.3.0
3+
version = 8.10.4.0
44

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

0 commit comments

Comments
 (0)