# \_cat/indices counts not updating in7.2?

**URL:** https://discuss.elastic.co/t/cat-indices-counts-not-updating-in7-2/192350
**Category:** Elasticsearch
**Created:** [July 26, 2019, 4:20am UTC](https://discuss.elastic.co/t/cat-indices-counts-not-updating-in7-2/192350 "2019-07-26T04:20:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![esmattdawson](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/esmattdawson/32/51404_2.png) [@esmattdawson](https://discuss.elastic.co/u/esmattdawson)
#### Post date: [July 26, 2019, 4:20am UTC](https://discuss.elastic.co/t/cat-indices-counts-not-updating-in7-2/192350/1 "2019-07-26T04:20:35Z")

</div>

I'm indexing a large number of records using bulk requests and watching the index counts using watch 'curl \_cat/indices'. The index counts update for about 30s then stop. If I query the total count of all indexes using 'curl localhost:9200/\_count' the '\_cat/indices' counts start updating again for around another 30 seconds. In 6.5.4 this didn't happen, has something changed in 7.2?

Using MSI installed ElasticSearch 7.2.0 on windows 10

Indexing delay is the default which should be 1s.

Rarely it might update, maybe to do with a certain merge?

---

<div class="post-metadata">

### Author: ![DavidTurner](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/davidturner/32/22453_2.png) [@DavidTurner](https://discuss.elastic.co/u/DavidTurner)
#### Post date: [July 26, 2019, 5:33am UTC](https://discuss.elastic.co/t/cat-indices-counts-not-updating-in7-2/192350/2 "2019-07-26T05:33:37Z")

</div>

> [@esmattdawson](#):
>
> In 6.5.4 this didn't happen, has something changed in 7.2?

Yes, Elasticsearch now [stops refreshing an index](https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-7.0.html#_skipped_background_refresh_on_search_idle_shards) if there are no searches happening, for more efficient indexing.

---

<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: [August 23, 2019, 5:33am UTC](https://discuss.elastic.co/t/cat-indices-counts-not-updating-in7-2/192350/3 "2019-08-23T05:33:57Z")

</div>

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