Skip to content

Commit 4ad34e4

Browse files
spapadoplukas-vlcek
authored andcommitted
Update broken links to opensearch docs in README.md
Signed-off-by: Sokratis Papadopoulos <sokratis.papadopoulos@cern.ch>
1 parent 4bd7967 commit 4ad34e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ prometheus.metric_name.prefix: "opensearch_"
129129

130130
### Dynamic settings
131131

132-
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.
132+
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.
133133

134134
#### Index level metrics
135135

@@ -155,7 +155,7 @@ Metrics include statistics about individual OpenSearch nodes.
155155
By default, only statistics from the node that received the request are included.
156156

157157
Prometheus exporter can be configured to include statistics from other nodes as well.
158-
This filter is directly utilizing OpenSearch [Node filters](https://opensearch.org/docs/latest/opensearch/rest-api/nodes-apis/index/#node-filters) feature.
158+
This filter is directly utilizing OpenSearch [Node filters](https://opensearch.org/docs/latest/api-reference/nodes-apis/index/#node-filters) feature.
159159
Default value: `"_local"`.
160160

161161
For example to get stats for all cluster nodes from any node use settings:

0 commit comments

Comments
 (0)