Hello!
Does someone know how I can find a particular chunk inside my Loki storage? My logs are stored in AWS S3 and they change its storage type after 100 days to avoid increasing costs. However, I need to restore some of the logs but I don’t know how to find the specific chunk I need to restore
I’ve never actually tried this, but you’ll have to read the index files to find the chunk files you need.
Do you know how I can find the indexes I need and how to read them?
You’ll probably need to look at the source code and try to build and run a client of your own, and analyze index files that way. As I said I’ve never tried this before, hoepfuly someone else can chime in.