File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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!**
Original file line number Diff line number Diff line change 11group = org.elasticsearch.plugin.prometheus
22
3- version = 8.10.3 .0
3+ version = 8.10.4 .0
44
55pluginName = prometheus-exporter
66pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
You can’t perform that action at this time.
0 commit comments