I’m using Loki with MinIO S3 object storage. Since Loki doesn’t support size-based retention, is deleting objects directly from MinIO acceptable? Would I need to recalculate the index after deleting S3 objects?
I came across this post, but he’s not recalculating the index after deleting objects.
Currently, I’m using the Loki HTTP delete endpoint but it’s a prolonged way of doing it.