Skip to content

Commit

Permalink
Update broken links to opensearch docs in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Sokratis Papadopoulos <[email protected]>
  • Loading branch information
spapadop authored and lukas-vlcek committed Oct 4, 2024
1 parent 4bd7967 commit 4ad34e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,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 All @@ -155,7 +155,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

0 comments on commit 4ad34e4

Please sign in to comment.