diff --git a/_opensearch/rest-api/cat/cat-cluster_manager.md b/_opensearch/rest-api/cat/cat-cluster_manager.md index fb6850ac..bb18f608 100644 --- a/_opensearch/rest-api/cat/cat-cluster_manager.md +++ b/_opensearch/rest-api/cat/cat-cluster_manager.md @@ -40,5 +40,5 @@ cluster_manager_timeout | Time | The amount of time to wait for a connection to ```json id | host | ip | node -ZaIkkUd4TEiAihqJGkp5CA | 172.18.0.3 | 172.18.0.3 | odfe-node2 +ZaIkkUd4TEiAihqJGkp5CA | 172.18.0.3 | 172.18.0.3 | opensearch-node2 ``` diff --git a/_opensearch/rest-api/cat/cat-nodes.md b/_opensearch/rest-api/cat/cat-nodes.md index a2f05c36..f12a5a37 100644 --- a/_opensearch/rest-api/cat/cat-nodes.md +++ b/_opensearch/rest-api/cat/cat-nodes.md @@ -47,6 +47,6 @@ include_unloaded_segments | Boolean | Whether to include information from segmen ```json ip | heap.percent | ram.percent | cpu load_1m | load_5m | load_15m | node.role | cluster_manager | name -172.18.0.3 | 31 | 97 | 3 | 0.03 | 0.10 | 0.14 dimr | * | odfe-node2 -172.18.0.4 | 45 | 97 | 3 | 0.19 | 0.14 | 0.15 dimr | - | odfe-node1 +172.18.0.3 | 31 | 97 | 3 | 0.03 | 0.10 | 0.14 dimr | * | opensearch-node2 +172.18.0.4 | 45 | 97 | 3 | 0.19 | 0.14 | 0.15 dimr | - | opensearch-node1 ```