ss
This commit is contained in:
parent
c364bb1552
commit
6d754a1631
1 changed files with 3 additions and 2 deletions
|
@ -18,9 +18,9 @@ common:
|
||||||
schema_config:
|
schema_config:
|
||||||
configs:
|
configs:
|
||||||
- from: 2020-10-24
|
- from: 2020-10-24
|
||||||
store: boltdb-shipper
|
store: tsdb
|
||||||
object_store: filesystem
|
object_store: filesystem
|
||||||
schema: v11
|
schema: v13
|
||||||
index:
|
index:
|
||||||
prefix: index_
|
prefix: index_
|
||||||
period: 24h
|
period: 24h
|
||||||
|
@ -32,6 +32,7 @@ limits_config:
|
||||||
retention_period: 168h
|
retention_period: 168h
|
||||||
|
|
||||||
compactor:
|
compactor:
|
||||||
|
delete-request-store: filesystem
|
||||||
working_directory: /loki/retention
|
working_directory: /loki/retention
|
||||||
compaction_interval: 10m
|
compaction_interval: 10m
|
||||||
retention_enabled: true
|
retention_enabled: true
|
||||||
|
|
Loading…
Reference in a new issue