Howdy all.
I’m aware of ILM support in Camunda however, the documentation isn’t explicit about archival so asking here.
The nature of our processes is such that they can vary in duration from short running to upwards of 270 days.
How have others solved the challenge of keeping enough shards available for normal processing? I’m thinking that, because we will eventually want to export the date stamped indices for audit purposes that a k8s cron job with a container makes more sense. IOW, run a container daily that short term deletes date stamped indices and longer term, exports then deletes date stamped indices.
Thoughts?