# Monitor Elastic Search Re-Index Progress

**URL:** https://discuss.elastic.co/t/monitor-elastic-search-re-index-progress/128014
**Category:** Elasticsearch
**Created:** [April 13, 2018, 5:16pm UTC](https://discuss.elastic.co/t/monitor-elastic-search-re-index-progress/128014 "2018-04-13T17:16:37Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![cawoodm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cawoodm/32/14083_2.png) [@cawoodm](https://discuss.elastic.co/u/cawoodm)
#### Post date: [April 16, 2018, 9:27am UTC](https://discuss.elastic.co/t/monitor-elastic-search-re-index-progress/128014/4 "2018-04-16T09:27:00Z")

</div>

Ah, I stand corrected. When we use `group_by=none` we get an array!

```
{
    "tasks": [
        {
            "node": "6tgOP8JVSmai0c0uR_Co7g",
            "id": 609579,
            "type": "transport",
            "action": "indices:data/write/reindex",
            "start_time_in_millis": 1523870243676,
            "running_time_in_nanos": 540175604651,
            "cancellable": true,
            "headers": {}
        }
    ]
}

```

Thanks Igor!

---

_[View the full topic](https://discuss.elastic.co/t/monitor-elastic-search-re-index-progress/128014)._
