Hi,
I’m currently trying to get started with Loki and S3 for storage. I’m using the official helm chart. My values.yaml file looks like:
resources:
limits:
cpu: 250m
memory: 512Mi
requests:
cpu: 250m
memory: 512Mi
config:
schema_config:
configs:
- from: 2020-10-24
store: boltdb-shipper
object_store: aws
schema: v11
index:
prefix: index_
period: 24h
storage_config:
aws:
bucketnames: <bucket name>
region: <region name>
access_key_id: <access key id >
secret_access_key: <secret access key>
boltdb_shipper:
shared_store: aws
compactor:
shared_store: aws
After pod startup it logs this every few minutes and no labels show up in
Grafana.
level=error ts=2021-04-01T09:09:54.950842366Z caller=flush.go:220 org_id=fake msg="failed to flush user" err="InvalidParameter: 1 validation error(s) found.\n- minimum field size of 1, PutObjectInput.Bucket.\n"
Has anybody seen this before?