Rename cat indexes to cat indices (#5802)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
60cbe59110
commit
87b7045e66
|
@ -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
|
||||
:--- | :--- | :---
|
||||
|
|
Loading…
Reference in New Issue