# Possible to see how 'busy' an index is vis-a-vis updates?

**URL:** https://discuss.elastic.co/t/possible-to-see-how-busy-an-index-is-vis-a-vis-updates/22159
**Category:** Elasticsearch
**Created:** [February 13, 2015, 7:32pm UTC](https://discuss.elastic.co/t/possible-to-see-how-busy-an-index-is-vis-a-vis-updates/22159 "2015-02-13T19:32:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![MrLarryQ](https://avatars.discourse-cdn.com/v4/letter/m/dc4da7/32.png) [@MrLarryQ](https://discuss.elastic.co/u/MrLarryQ)
#### Post date: [February 13, 2015, 7:32pm UTC](https://discuss.elastic.co/t/possible-to-see-how-busy-an-index-is-vis-a-vis-updates/22159/1 "2015-02-13T19:32:00Z")

</div>

Hi everyone,

We use elasticsearch at work and it's terrific. One thing we do use is run  
various curl commands against its status and cluster health apis, to make  
sure the cluster's in good shape before we run queries in our scripts.

However, sometimes our logging infrastructure backs up and doesn't populate  
the indices as quickly as it should. In situations like these when I query  
an index I'll get either no hits or a very low number.

Is there an API I can use to see whether an index is being updated  
periodically?

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/a6067185-4b76-4a97-8c44-6b0c751fa824%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/a6067185-4b76-4a97-8c44-6b0c751fa824%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<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: [February 16, 2015, 7:58am UTC](https://discuss.elastic.co/t/possible-to-see-how-busy-an-index-is-vis-a-vis-updates/22159/2 "2015-02-16T07:58:14Z")

</div>

You can do a count and then monitor that, but there is not a specific API  
endpoint for this sort of thing (unless I forgot one).

On 14 February 2015 at 06:32, MrLarryQ [lquantz@gmail.com](mailto:lquantz@gmail.com) wrote:

> Hi everyone,
> 
> We use elasticsearch at work and it's terrific. One thing we do use is  
> run various curl commands against its status and cluster health apis, to  
> make sure the cluster's in good shape before we run queries in our scripts.
> 
> However, sometimes our logging infrastructure backs up and doesn't  
> populate the indices as quickly as it should. In situations like these  
> when I query an index I'll get either no hits or a very low number.
> 
> Is there an API I can use to see whether an index is being updated  
> periodically?
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/a6067185-4b76-4a97-8c44-6b0c751fa824%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/a6067185-4b76-4a97-8c44-6b0c751fa824%40googlegroups.com)  
> [https://groups.google.com/d/msgid/elasticsearch/a6067185-4b76-4a97-8c44-6b0c751fa824%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/a6067185-4b76-4a97-8c44-6b0c751fa824%40googlegroups.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEYi1X9bKtQ1jhdZu5kqHOSc%3D-PNW9KfYe3JNNQkPqxKSBgPgQ%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEYi1X9bKtQ1jhdZu5kqHOSc%3D-PNW9KfYe3JNNQkPqxKSBgPgQ%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<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: [July 6, 2017, 12:32am UTC](https://discuss.elastic.co/t/possible-to-see-how-busy-an-index-is-vis-a-vis-updates/22159/3 "2017-07-06T00:32:35Z")

</div>


