Loki S3 storage tiers lifecycle

Hi! We’ve been working with Loki for the last 4 months and we’re running it in production. Now we want to work with different S3 storage tiers. At first we’d like to have the first month in StandardStorage, the next 5 months in GlacierInstantRetrieval and from 6 months to 5 years in GlacierDeepArchive. The problem is to restore these logs given a specific date. Imagine retrieving 2 months of logs from 4 years ago. Doing it by “aws s3api” scripts could take a lot of time to identify and recover. How do you do it? Thanks in advance

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.