I am able to sending logs from loki grafana to azure blob containers ,but these logs are storing in compression .tsdb.gz extension ,I want to get that information again convert them to human readable ,How to do that can any one ?
I don’t know loki, but from the file extension, it suggests that it is a gzipped time-series database. Unzipping it will not render it human readable. The data will be a proprietary loki format.
This is so. And there is no official parser for it. Right now, it’s a very black box