for more changes to replace terms for #450
Signed-off-by: alicejw <alicejw@amazon.com>
This commit is contained in:
parent
309f79df7f
commit
af4afc2c1c
|
@ -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/).
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue