is there any example how to configure Loki to store logs in AWS S3 bucket?
Need this as well.
+1
The author itself replied me to this question a month ago on Reddit https://www.reddit.com/r/kubernetes/comments/a6zbnq/grafanaloki_like_prometheus_but_for_logs/ebzpv0y however I never had the chance to see how it works and implements it
The Loki configuration is a same as Cortex:
https://github.com/grafana/loki/blob/master/pkg/loki/loki.go#L26
https://github.com/cortexproject/cortex/blob/master/pkg/chunk/storage/factory.go#L23
I will try to propose a configuration in the coming days :)
I add documentation for s3 and dynamoDB. You can check them out at https://github.com/grafana/loki/pull/286
I think this has been covered now, closing.
Most helpful comment
I add documentation for s3 and dynamoDB. You can check them out at https://github.com/grafana/loki/pull/286