Loki: AWS config example

Created on 9 Jan 2019  路  6Comments  路  Source: grafana/loki

is there any example how to configure Loki to store logs in AWS S3 bucket?

Most helpful comment

I add documentation for s3 and dynamoDB. You can check them out at https://github.com/grafana/loki/pull/286

All 6 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TakumaNakagame picture TakumaNakagame  路  5Comments

cyriltovena picture cyriltovena  路  4Comments

Menda picture Menda  路  5Comments

suppix picture suppix  路  3Comments

Horkyze picture Horkyze  路  5Comments