Our .tasks
index grows quite large (about 250GB a month), and I’m seeking an alternative to us manually deleting it once in a while.
I have two questions:
- Is it still true that it’s always safe to delete this index? (According to this 2019 post, it’s safe.)
- If you have a suggestion for a systematic solution, I’d love to hear it.
Perhaps use ILM for this index, or submit a pull request which will make Elasticsearch take care of this index’s maintenance. (Is there already something similar in Elasticsearch’s code, so that I’ll be able to take inspiration from it?)
Thank you very much.