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

Release 1.3.16.0 #273

Merged
merged 1 commit into from
May 21, 2024
Merged
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 @@ -40,6 +40,7 @@ This plugin was started as a fork of [Prometheus exporter for Elasticsearch®](h

| OpenSearch | Plugin | Release date |
|-----------:|---------:|-------------:|
| 1.3.16 | 1.3.16.0 | May 21, 2024 |
| 1.3.15 | 1.3.15.0 | Apr 05, 2024 |
| 1.3.14 | 1.3.14.0 | Dec 20, 2023 |
| 1.3.13 | 1.3.13.0 | Sep 27, 2023 |
Expand Down Expand Up @@ -67,7 +68,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/1.3.15.0/prometheus-exporter-1.3.15.0.zip`
`./bin/opensearch-plugin install https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/1.3.16.0/prometheus-exporter-1.3.16.0.zip`

To **remove** the plugin.

Expand Down
Loading