Hello,
ELK stack version: v7.x ... latest
I've created an ILM policy that deletes the index
if the index is older than x days. It works well.
But sometimes too many documents
arrive into the indexes
so the storage becomes full (95%) before the policy would delete the oldest index to make space for the more valuable documents
in the newer indexes
.
Is there any kind of mechanism in ELK which would help to delete the oldest index
if storage is full or reach a certain level (x%)?
if possible I'd like to solve this problem only with ELK feature set so to avoid the usage of external tools like Curator.
Could somebody point me in the right direction?