From f04aa687d645147d289ebb9a3bcca1f4eef799cb Mon Sep 17 00:00:00 2001 From: Landon Lengyel Date: Mon, 19 Aug 2024 08:57:37 -0600 Subject: [PATCH] Adding that comma seperated lists of indices are supported. (#8040) * Adding that comma seperated lists of indices are supported. Signed-off-by: Landon Lengyel * Apply suggestions from code review Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --------- Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Co-authored-by: Landon Lengyel Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --- _api-reference/cluster-api/cluster-health.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_api-reference/cluster-api/cluster-health.md b/_api-reference/cluster-api/cluster-health.md index 7081a1a587..0fd5662d91 100644 --- a/_api-reference/cluster-api/cluster-health.md +++ b/_api-reference/cluster-api/cluster-health.md @@ -25,6 +25,14 @@ GET _cluster/health GET _cluster/health/ ``` +## Path parameters + +The following table lists the available path parameters. All path parameters are optional. + +Parameter | Data type | Description +:--- | :--- | :--- +<index-name> | String | Limits health reporting to a specific index. Can be a single index or a comma-separated list of index names. + ## Query parameters The following table lists the available query parameters. All query parameters are optional.