Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade the plugin to support Opensearch 2.10.0 #226

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ NOTE: OpenSearch plugins much match _exactly_ in major.minor.path version to the

| OpenSearch | Plugin | Release date |
|-----------:|------------:|--------------:|
| 2.10.0| 2.10.0.0| Sep 25, 2023 |
| 2.9.0 | 2.9.0.0 | Aug 01, 2023 |
| 2.8.0 | 2.8.0.0 | Jun 13, 2023 |
| 2.7.0 | 2.7.0.0 | May 10, 2023 |
Expand Down Expand Up @@ -87,7 +88,7 @@ You need to install the plugin on every OpenSearch node that will be scraped by

To **install** the plugin:

`./bin/opensearch-plugin install https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.9.0.0/prometheus-exporter-2.9.0.0.zip`
`./bin/opensearch-plugin install https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.10.0.0/prometheus-exporter-2.10.0.0.zip`

To **remove** the plugin.

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.opensearch.plugin.prometheus

version = 2.9.0.0
version = 2.10.0.0

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