Update loki schema
This commit is contained in:
parent
224e533cf9
commit
f7a624c80d
1 changed files with 9 additions and 9 deletions
|
@ -52,15 +52,15 @@ spec:
|
|||
s3:
|
||||
s3ForcePathStyle: true
|
||||
|
||||
schema_config:
|
||||
configs:
|
||||
- from: "2022-01-11" # quote
|
||||
store: boltdb-shipper
|
||||
object_store: s3
|
||||
schema: v12
|
||||
index:
|
||||
prefix: loki_index_
|
||||
period: 24h
|
||||
schemaConfig:
|
||||
configs:
|
||||
- from: "2024-04-01"
|
||||
store: tsdb
|
||||
object_store: s3
|
||||
schema: v13
|
||||
index:
|
||||
prefix: loki_index_
|
||||
period: 24h
|
||||
|
||||
structuredConfig:
|
||||
auth_enabled: false
|
||||
|
|
Loading…
Reference in a new issue