From 87b7045e66b6889c021d5b064aea627c9fc7651f Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Wed, 6 Dec 2023 08:10:52 -0500 Subject: [PATCH] Rename cat indexes to cat indices (#5802) Signed-off-by: Fanit Kolchina --- _api-reference/cat/cat-indices.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_api-reference/cat/cat-indices.md b/_api-reference/cat/cat-indices.md index a5a70d8f..3a21e900 100644 --- a/_api-reference/cat/cat-indices.md +++ b/_api-reference/cat/cat-indices.md @@ -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 :--- | :--- | :---