You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
133
133
134
134
#### Index level metrics
135
135
@@ -155,7 +155,7 @@ Metrics include statistics about individual OpenSearch nodes.
155
155
By default, only statistics from the node that received the request are included.
156
156
157
157
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.
159
159
Default value: `"_local"`.
160
160
161
161
For example to get stats for all cluster nodes from any node use settings:
0 commit comments