diff --git a/README.md b/README.md index 652aa8a..0cb1b62 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ NOTE: OpenSearch plugins much match _exactly_ in major.minor.path version to the | OpenSearch | Plugin | Release date | |-----------:|------------:|--------------:| +| 2.17.1 | 2.17.1.0 | Oct 02, 2024 | | 2.17.0 | 2.17.0.0 | Sep 26, 2024 | | 2.16.0 | 2.16.0.0 | Aug 08, 2024 | | 2.15.0 | 2.15.0.0 | Jun 26, 2024 | @@ -103,7 +104,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.17.0.0/prometheus-exporter-2.17.0.0.zip` +`./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` To **remove** the plugin. @@ -128,7 +129,7 @@ prometheus.metric_name.prefix: "opensearch_" ### Dynamic settings -Dynamic settings are configured in `config/opensearch.yml` but they can also be [updated](https://opensearch.org/docs/latest/opensearch/configuration/#update-cluster-settings-using-the-api) at any time via REST API. +Dynamic settings are configured in `config/opensearch.yml` but they can also be [updated](https://opensearch.org/docs/latest/install-and-configure/configuring-opensearch/index/#updating-cluster-settings-using-the-api) at any time via REST API. #### Index level metrics @@ -161,7 +162,7 @@ Metrics include statistics about individual OpenSearch nodes. By default, only statistics from the node that received the request are included. Prometheus exporter can be configured to include statistics from other nodes as well. -This filter is directly utilizing OpenSearch [Node filters](https://opensearch.org/docs/latest/opensearch/rest-api/nodes-apis/index/#node-filters) feature. +This filter is directly utilizing OpenSearch [Node filters](https://opensearch.org/docs/latest/api-reference/nodes-apis/index/#node-filters) feature. Default value: `"_local"`. For example to get stats for all cluster nodes from any node use settings: diff --git a/gradle.properties b/gradle.properties index f483373..8b3d132 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ #group = org.opensearch.plugin.prometheus -version = 2.17.0.0 +version = 2.17.1.0 pluginName = prometheus-exporter pluginClassname = org.opensearch.plugin.prometheus.PrometheusExporterPlugin