Logs not reaching S3 from Loki 2.6.1, Helm chart version 3.0.7

Hi I have configured Loki to ship the logs to S3, but i don’t see any logs getting into S3 and i dont see any errors in Write or read statefulsets, Below is the config of my Loki config file,

storage:
bucketNames:
chunks: s3-bucket-name
ruler: s3-bucket-name
admin: s3-bucket-name
type: s3
s3:
s3: https://s3.us-east-2.amazonaws.com
endpoint: null
region: us-east-2
secretAccessKey: s3-bucket-key
accessKeyId: s3-bucket-access-id
s3ForcePathStyle: false
insecure: false
http_config: {}
gcs:
chunkBufferSize: 0
requestTimeout: “0s”
enableHttp2: true
filesystem:
chunks_directory: /var/loki/chunks
rules_directory: /var/loki/rules

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.