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:
|
s3:
|
||||||
s3ForcePathStyle: true
|
s3ForcePathStyle: true
|
||||||
|
|
||||||
schema_config:
|
schemaConfig:
|
||||||
configs:
|
configs:
|
||||||
- from: "2022-01-11" # quote
|
- from: "2024-04-01"
|
||||||
store: boltdb-shipper
|
store: tsdb
|
||||||
object_store: s3
|
object_store: s3
|
||||||
schema: v12
|
schema: v13
|
||||||
index:
|
index:
|
||||||
prefix: loki_index_
|
prefix: loki_index_
|
||||||
period: 24h
|
period: 24h
|
||||||
|
|
||||||
structuredConfig:
|
structuredConfig:
|
||||||
auth_enabled: false
|
auth_enabled: false
|
||||||
|
|
Loading…
Reference in a new issue