for more changes to replace terms for #450

Signed-off-by: alicejw <alicejw@amazon.com>
This commit is contained in:
alicejw 2022-04-18 14:32:49 -07:00
parent 309f79df7f
commit af4afc2c1c
2 changed files with 7 additions and 7 deletions

View File

@ -33,8 +33,8 @@ In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/opensear
Parameter | Type | Description Parameter | Type | Description
:--- | :--- | :--- :--- | :--- | :---
local | Boolean | Whether to return information from the local node only instead of from the master node. Default is false. local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is false.
master_timeout | Time | The amount of time to wait for a connection to the master node. Default is 30 seconds. 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/). time | Time | Specify the units for time. For example, `5d` or `7h`. For more information, see [Supported units]({{site.url}}{{site.baseurl}}/opensearch/units/).

View File

@ -1,6 +1,6 @@
--- ---
layout: default layout: default
title: CAT title: Compact and aligned text (CAT) API
parent: REST API reference parent: REST API reference
nav_order: 100 nav_order: 100
has_children: true has_children: true
@ -8,15 +8,15 @@ redirect_from:
- /opensearch/catapis/ - /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 ## 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 GET _cat