# .monitoring-es - increase retention?

**URL:** https://discuss.elastic.co/t/monitoring-es-increase-retention/218344
**Category:** Elasticsearch
**Created:** [February 7, 2020, 12:19pm UTC](https://discuss.elastic.co/t/monitoring-es-increase-retention/218344 "2020-02-07T12:19:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![TNO](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tno/32/51429_2.png) [@TNO](https://discuss.elastic.co/u/TNO)
#### Post date: [February 7, 2020, 12:19pm UTC](https://discuss.elastic.co/t/monitoring-es-increase-retention/218344/1 "2020-02-07T12:19:01Z")

</div>

Hi,

We're using Elastic Cloud and have a deployment with 3 zones.  
When going to Kibana-\>Monitoring-\>Overview we only have 2 days worth of data.  
I also only see indices for two days when GETing:  
\_cat/indices  
(.monitoring-es-6-xxx)

How can we configure the system to keep stats for at least 7 days?

Regards,  
-Tommy

---

<div class="post-metadata">

### Author: ![mattsdevop](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mattsdevop/32/45160_2.png) [@mattsdevop](https://discuss.elastic.co/u/mattsdevop)
#### Post date: [February 11, 2020, 2:57pm UTC](https://discuss.elastic.co/t/monitoring-es-increase-retention/218344/2 "2020-02-11T14:57:56Z")

</div>

The doc with the right setting you need is here:  
[https://www.elastic.co/guide/en/elasticsearch/reference/current/monitoring-settings.html](https://www.elastic.co/guide/en/elasticsearch/reference/current/monitoring-settings.html)

Call the following API operation to specify the index retention period. Change the 7d to whatever you like:

> PUT \_cluster/settings  
> {"persistent": {"xpack.monitoring.history.duration":"7d"}}

---

<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: [March 10, 2020, 2:57pm UTC](https://discuss.elastic.co/t/monitoring-es-increase-retention/218344/3 "2020-03-10T14:57:58Z")

</div>

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