# Sum size indices

**URL:** https://discuss.elastic.co/t/sum-size-indices/194640
**Category:** Elasticsearch
**Created:** [August 9, 2019, 2:55pm UTC](https://discuss.elastic.co/t/sum-size-indices/194640 "2019-08-09T14:55:56Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![GedeoN](https://avatars.discourse-cdn.com/v4/letter/g/e9c0ed/32.png) [@GedeoN](https://discuss.elastic.co/u/GedeoN)
#### Post date: [August 9, 2019, 2:55pm UTC](https://discuss.elastic.co/t/sum-size-indices/194640/1 "2019-08-09T14:55:57Z")

</div>

Hi,

I'm trying to sum store.size of my indices by type of indices.  
In first time, i'm listing my indice name:

```
GET _cat/indices/*portailsc*?v
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
green open sigedi-sig-portailsc-appli-2019.07.26 gmZGzz2hS5ay-XevMn17nw 2 1 7924881 0 8.4gb 4.2gb
green open sigedi-sig-portailsc-accesslog-2019.08.03 C9KBNwv-Si2yZHaBk8fc0A 2 1 2946104 0 1.6gb 842.6mb
green open sigedi-sig-portailsc-accesslog-2019.08.04 B2JODPGRQoGLDTIfcgMo-Q 2 1 2934354 0 1.6gb 840.4mb
green open sigedi-sig-portailsc-accesslog-2019.07.15 8u5BoH1QQVOPb5xJ9Fp9_g 2 1 2193690 0 1.2gb 645.8mb

```

I would to sum total store.size of my list, to make dashboard in Kibana.  
I'm beginner and i'm trying to know if it's possible and how.

Regards.  
Jonathan

---

<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 6, 2019, 3:00pm UTC](https://discuss.elastic.co/t/sum-size-indices/194640/2 "2019-09-06T15:00:09Z")

</div>

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