fix(logging): loki config of schema
This commit is contained in:
parent
6c165e50e1
commit
85d398da55
1 changed files with 8 additions and 7 deletions
|
@ -37,13 +37,14 @@ spec:
|
||||||
type: "filesystem"
|
type: "filesystem"
|
||||||
auth_enabled: false
|
auth_enabled: false
|
||||||
schemaConfig:
|
schemaConfig:
|
||||||
- from: 2024-04-01
|
configs:
|
||||||
store: tsdb
|
- from: "2024-04-01"
|
||||||
object_store: filesystem
|
store: tsdb
|
||||||
schema: v13
|
object_store: filesystem
|
||||||
index:
|
schema: v13
|
||||||
prefix: index_
|
index:
|
||||||
period: 24h
|
prefix: index_
|
||||||
|
period: 24h
|
||||||
monitoring:
|
monitoring:
|
||||||
dashboards:
|
dashboards:
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Add table
Reference in a new issue