Rename cat indexes to cat indices (#5802)

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
kolchfa-aws 2023-12-06 08:10:52 -05:00 committed by GitHub
parent 60cbe59110
commit 87b7045e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ redirect_from:
**Introduced 1.0**
{: .label .label-purple }
The CAT indexes operation lists information related to indexes, that is, how much disk space they are using, how many shards they have, their health status, and so on.
The CAT indices operation lists information related to indexes, that is, how much disk space they are using, how many shards they have, their health status, and so on.
## Example
@ -44,9 +44,9 @@ GET _cat/indices
## URL parameters
All CAT indexes URL parameters are optional.
All URL parameters are optional.
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-reference/cat/index), you can specify the following parameters:
In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-reference/cat/index/), you can specify the following parameters:
Parameter | Type | Description
:--- | :--- | :---