From af4afc2c1cc09675b9fbdf396beb394ba1554ee5 Mon Sep 17 00:00:00 2001 From: alicejw Date: Mon, 18 Apr 2022 14:32:49 -0700 Subject: [PATCH] for more changes to replace terms for #450 Signed-off-by: alicejw --- _opensearch/rest-api/cat/cat-pending-tasks.md | 4 ++-- _opensearch/rest-api/cat/index.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_opensearch/rest-api/cat/cat-pending-tasks.md b/_opensearch/rest-api/cat/cat-pending-tasks.md index 37cf82ac..8f50bfb3 100644 --- a/_opensearch/rest-api/cat/cat-pending-tasks.md +++ b/_opensearch/rest-api/cat/cat-pending-tasks.md @@ -33,8 +33,8 @@ In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensear Parameter | Type | Description :--- | :--- | :--- -local | Boolean | Whether to return information from the local node only instead of from the master node. Default is false. -master_timeout | Time | The amount of time to wait for a connection to the master node. Default is 30 seconds. +local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is false. +cluster_manager_timeout | Time | The amount of time to wait for a connection to the cluster_manager node. Default is 30 seconds. time | Time | Specify the units for time. For example, `5d` or `7h`. For more information, see [Supported units]({{site.url}}{{site.baseurl}}/opensearch/units/). diff --git a/_opensearch/rest-api/cat/index.md b/_opensearch/rest-api/cat/index.md index c5376636..f38306e5 100644 --- a/_opensearch/rest-api/cat/index.md +++ b/_opensearch/rest-api/cat/index.md @@ -1,6 +1,6 @@ --- layout: default -title: CAT +title: Compact and aligned text (CAT) API parent: REST API reference nav_order: 100 has_children: true @@ -8,15 +8,15 @@ redirect_from: - /opensearch/catapis/ --- -# cat API +# CAT API -You can get essential statistics about your cluster in an easy-to-understand, tabular format using the compact and aligned text (CAT) API. The cat API is a human-readable interface that returns plain text instead of traditional JSON. +You can get essential statistics about your cluster in an easy-to-understand, tabular format using the compact and aligned text (CAT) API. The CAT API is a human-readable interface that returns plain text instead of traditional JSON. -Using the cat API, you can answer questions like which node is the elected master, what state is the cluster in, how many documents are in each index, and so on. +Using the CAT API, you can answer questions like which node is the elected master, what state is the cluster in, how many documents are in each index, and so on. ## Example -To see the available operations in the cat API, use the following command: +To see the available operations in the CAT API, use the following command: ``` GET _cat