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"
|
||||
auth_enabled: false
|
||||
schemaConfig:
|
||||
- from: 2024-04-01
|
||||
store: tsdb
|
||||
object_store: filesystem
|
||||
schema: v13
|
||||
index:
|
||||
prefix: index_
|
||||
period: 24h
|
||||
configs:
|
||||
- from: "2024-04-01"
|
||||
store: tsdb
|
||||
object_store: filesystem
|
||||
schema: v13
|
||||
index:
|
||||
prefix: index_
|
||||
period: 24h
|
||||
monitoring:
|
||||
dashboards:
|
||||
labels:
|
||||
|
|
Loading…
Add table
Reference in a new issue