Delete data from Elasticsearch using CAMUNDA 8 SELF-MANAGED WITH DOCKER

Greetings everyone,

Is there a way to delete or briefly keep Elasticsearch data to ensure I don’t run out of disk space?

My scenario: Using self-managed Camunda 8 with docker compose.

Thanks

Hi @Domingos_Dias
I think that you should manage it by using Index Lifecycle Management (ILM) Policies - Operate and Tasklist

Regards,
Alex

Thanks for your response @Alex_Voloshyn ! I just need to know where to find the tasklist and operate application.yml in my container. Because the README of the link I’m using doesn’t specify: GitHub - camunda/camunda-platform: Links to Camunda Platform 8 resources, releases, and local development config

I would start looking here for Operate and Tasklist

In the absence of a practical example, following the logic of the recommended article, I left my docker compose like this, I don’t know if it will work correctly