Skip to content

Commit

Permalink
add s3 prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 10, 2025
1 parent 54063d9 commit 0cfce2a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,19 @@ loki:
configs:
- from: "2024-04-01"
index:
prefix: index_
period: 24h
object_store: s3
schema: v13
store: tsdb
# Storage configuration
storage:
bucketNames:
chunks: ${s3_bucket_name}
ruler: ${s3_bucket_name}
admin: ${s3_bucket_name}
chunks: ${s3_bucket_name}/chunks
ruler: ${s3_bucket_name}/ruler
admin: ${s3_bucket_name}/admin
object_store:
prefix: loki/
s3:
bucketName: ${s3_bucket_name}
endpoint: s3.${region}.amazonaws.com
Expand Down

0 comments on commit 0cfce2a

Please sign in to comment.