Menu
Open source
Configure Loki’s storage
The scalable installation requires a managed object store such as AWS S3 or Google Cloud Storage or a self-hosted store such as Minio. The single binary installation can only use the filesystem for storage.
This guide assumes Loki has been installed in on of the modes above and that a values.yaml
has been created.
To use a managed object store:
Set the
type
ofstorage
invalues.yaml
togcs
ors3
.Configure the storage client under
storage.gcs
orstorage.s3
.
To install Minio alongside Loki:
Change the configuration in
values.yaml
:- Enable Minio
minio: enabled: true
Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles: