Skip to content

Commit

Permalink
Merge branch 'Aiven-Open:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
patelsmit32123 authored Oct 9, 2024
2 parents db0e88c + 4ad34e4 commit b1fbb1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions 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.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 |
Expand Down Expand Up @@ -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.

Expand All @@ -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

Expand Down Expand Up @@ -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:
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.17.0.0
version = 2.17.1.0

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

0 comments on commit b1fbb1a

Please sign in to comment.