-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENHANCEMENT] Add data retention for Optimize #827
Comments
Hi @bendzsak-dpc, I faced an similar issue and was able to handle it via environment variables:
|
The feature has been added in v8.3.0 for Operate, Tasklist, and Zeebe. For Optimize, as I know it doesn't use the ES ILM but its own mechanism and it will be added soon. |
Thanks for the update @aabouzaid, moving to the backlog until Optimize supports ES ILM. |
@hisImminence @theburi , in this thread: @Zelldon and @akeller brought up some concerns about SM ILM policies differing from SaaS, and whether there should be a default ILM policy in SM. Perhaps we should clarify as part of this ticket (or on a different ticket) what we believe the default ILM policy should be. As in, should it mirror SaaS? Should it be disabled by default? That step could be done separately from actually implementing this ticket. |
Hi @ManuelDittmar, How can we setup ES ILM for camunda Self Managed 8.2.0? I was unable to find the application.yaml file for operate/tasklist/zeebe. Is the above ES ILM data retention settings for version 8.3 will also work for 8.2? operate:8.2.0 |
Describe the use case:
We would like to enable ILM based elasticsearch retention policy to prevent the elasticsearch cluster overloading.
Describe the enhancement/feature:
The official camunda documentation give a very good option to enable and configure this:
https://docs.camunda.io/docs/self-managed/operate-deployment/data-retention/
Unfortunately this feature cannot be configured from the helm chart:
https://github.com/camunda/camunda-platform-helm/blob/main/charts/camunda-platform/charts/operate/templates/configmap.yaml#L9
Desired outcome and acceptance tests:
ILM archive function can be enabled and configured in the helm chart.
The text was updated successfully, but these errors were encountered: