File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ NOTE: OpenSearch plugins much match _exactly_ in major.minor.path version to the
49
49
50
50
| OpenSearch | Plugin | Release date |
51
51
| -----------:| ------------:| --------------:|
52
+ | 2.18.0 | 2.18.0.0 | Dec 02, 2024 |
52
53
| 2.17.1 | 2.17.1.0 | Oct 02, 2024 |
53
54
| 2.17.0 | 2.17.0.0 | Sep 26, 2024 |
54
55
| 2.16.0 | 2.16.0.0 | Aug 08, 2024 |
@@ -104,7 +105,7 @@ You need to install the plugin on every OpenSearch node that will be scraped by
104
105
105
106
To ** install** the plugin:
106
107
107
- ` ./bin/opensearch-plugin install https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.17.1 .0/prometheus-exporter-2.17.1 .0.zip `
108
+ ` ./bin/opensearch-plugin install https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.18.0 .0/prometheus-exporter-2.18.0 .0.zip `
108
109
109
110
To ** remove** the plugin.
110
111
Original file line number Diff line number Diff line change 1
1
# group = org.opensearch.plugin.prometheus
2
2
3
- version = 2.17.1 .0
3
+ version = 2.18.0 .0
4
4
5
5
pluginName = prometheus-exporter
6
6
pluginClassname = org.opensearch.plugin.prometheus.PrometheusExporterPlugin
You can’t perform that action at this time.
0 commit comments