Skip to content

Commit

Permalink
8.11.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mindw committed Jan 19, 2024
1 parent 09e7f0e commit 35ea7eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ It collects all relevant metrics and makes them available to Prometheus via the

| Elasticsearch | Plugin | Release date |
|---------------|----------|--------------|
| 8.11.4 | 8.11.4.0 | Jan 19, 2024 |
| 8.11.3 | 8.11.3.0 | Dec 14, 2023 |
| 8.11.2 | 8.11.2.0 | Dec 09, 2023 |
| 8.11.1 | 8.11.1.0 | Nov 15, 2023 |
Expand Down Expand Up @@ -100,7 +101,7 @@ It collects all relevant metrics and makes them available to Prometheus via the

```
./bin/elasticsearch-plugin install -b \
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.11.3.0/prometheus-exporter-8.11.3.0.zip
https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.11.4.0/prometheus-exporter-8.11.4.0.zip
```

**Do not forget to restart the node after the installation!**
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group = org.elasticsearch.plugin.prometheus

version = 8.11.3.1-SNAPSHOT
version = 8.11.4.0

pluginName = prometheus-exporter
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
Expand Down

0 comments on commit 35ea7eb

Please sign in to comment.