Skip to content

Commit

Permalink
for more changes to replace terms for opensearch-project#450
Browse files Browse the repository at this point in the history
Signed-off-by: alicejw <alicejw@amazon.com>
  • Loading branch information
alicejw1 committed Apr 18, 2022
1 parent 309f79d commit af4afc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions _opensearch/rest-api/cat/cat-pending-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).


Expand Down
10 changes: 5 additions & 5 deletions _opensearch/rest-api/cat/index.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
layout: default
title: CAT
title: Compact and aligned text (CAT) API
parent: REST API reference
nav_order: 100
has_children: true
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
Expand Down

0 comments on commit af4afc2

Please sign in to comment.