# How to get the health status of a single index in elasticsearch?

**URL:** https://discuss.elastic.co/t/how-to-get-the-health-status-of-a-single-index-in-elasticsearch/313129
**Category:** Elasticsearch
**Created:** [August 29, 2022, 8:05am UTC](https://discuss.elastic.co/t/how-to-get-the-health-status-of-a-single-index-in-elasticsearch/313129 "2022-08-29T08:05:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![dishant.sharma](https://avatars.discourse-cdn.com/v4/letter/d/90db22/32.png) [@dishant.sharma](https://discuss.elastic.co/u/dishant.sharma)
#### Post date: [August 29, 2022, 8:05am UTC](https://discuss.elastic.co/t/how-to-get-the-health-status-of-a-single-index-in-elasticsearch/313129/1 "2022-08-29T08:05:09Z")

</div>

I am using elasticsearch 5.6.16. I know about the cluster health and cat health APIs which come bundled with elasticsearch 5.6

I want to know the status of a particular index found inside my elasticsearch local instance. The issue with cluster health or cat health API is that they return the health status of all the indices present inside the elasticsearch instance and I only want to get the health status of a particular instance.

Is there a way by which I can the health status of a single index only?

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [August 29, 2022, 8:09am UTC](https://discuss.elastic.co/t/how-to-get-the-health-status-of-a-single-index-in-elasticsearch/313129/2 "2022-08-29T08:09:39Z")

</div>

5.6 is very much [EOL](https://www.elastic.co/support/eol) and you need to upgrade as a matter of high urgency.

You can use `_cat/indices/<indexname>` if you want.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [September 26, 2022, 8:09am UTC](https://discuss.elastic.co/t/how-to-get-the-health-status-of-a-single-index-in-elasticsearch/313129/3 "2022-09-26T08:09:59Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
