# Finding number of hits for an index

**URL:** https://discuss.elastic.co/t/finding-number-of-hits-for-an-index/373197
**Category:** Elasticsearch
**Created:** [January 14, 2025, 8:04pm UTC](https://discuss.elastic.co/t/finding-number-of-hits-for-an-index/373197 "2025-01-14T20:04:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![zaeemmasood](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/zaeemmasood/32/102383_2.png) [@zaeemmasood](https://discuss.elastic.co/u/zaeemmasood)
#### Post date: [January 14, 2025, 8:04pm UTC](https://discuss.elastic.co/t/finding-number-of-hits-for-an-index/373197/1 "2025-01-14T20:04:00Z")

</div>

Hi All,

I am trying to determine number of hits that an index experiences in a 24 hours period.

I see the number as `87,366,378` for a 24 hour period between Jan 6th and 7th as follows:

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/b/7/b70d1daf5ed89addc124443eac84f114a6b60703.png)

How can I get this number `87,366,378` in Dev Tools using a search/ count query?

Also I believe that this number is not the same as document count.

Please guide.

---

<div class="post-metadata">

### Author: ![RabBit\_BR](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rabbit_br/32/82261_2.png) [@RabBit\_BR](https://discuss.elastic.co/u/RabBit_BR)
#### Post date: [January 15, 2025, 2:26am UTC](https://discuss.elastic.co/t/finding-number-of-hits-for-an-index/373197/2 "2025-01-15T02:26:01Z")

</div>

Hi @zaeemmasood .

If you need only count use [api count](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-count.html) and [range query](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html)
