Skip to content

Commit

Permalink
Adding that comma seperated lists of indices are supported. (#8040)
Browse files Browse the repository at this point in the history
* Adding that comma seperated lists of indices are supported.
Signed-off-by: Landon Lengyel <[email protected]>

* Apply suggestions from code review

Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Landon Lengyel <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
(cherry picked from commit f04aa68)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 19, 2024
1 parent 5eadb48 commit acc1f09
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _api-reference/cluster-api/cluster-health.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ GET _cluster/health
GET _cluster/health/<index>
```

## Path parameters

The following table lists the available path parameters. All path parameters are optional.

Parameter | Data type | Description
:--- | :--- | :---
&lt;index-name&gt; | 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.
Expand Down

0 comments on commit acc1f09

Please sign in to comment.