High Disk space utilization Elastic Indices

Hi All,

On the ELK mount, we are seeing high diskspace utilization. We have docker image of elasticsearch 7.14 and indices is consuming 2.8T of space. Can we do housekeeping on this or update the ELK policy?. Or how to reduce this disk space utilization.
Any pointers would be greatly appreciated.

Below are the details

  1. Cluster Node ELK
    Hot Phase ( Rollover Maximum Primary 50 GB, Max age 1, index priority 1)
    Warm phase : 8 days (Replicas Number of replicas 1, Data allocation : Use warm nodes),
    cold Phase :30 days,
    Delete Phase : 60 days

  2. mount size /indices is taking 2.7 TB

Thanks and Regards
Ak

The best way is to delete indices, likely by reducing the age in the relevant ILM action.

Is there way to have a job schedule to delete the indices or we need to do it manually Or we need to reduce the Delete Phase days

If you are using ILM, which based on your description you are, you define it the policy - Delete | Elasticsearch Guide [8.3] | Elastic

I appreciate your prompt response and thank you very much

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