@@ -15,24 +15,23 @@ ingester:
|
|||||||
schema_config:
|
schema_config:
|
||||||
configs:
|
configs:
|
||||||
- from: 2020-01-01
|
- from: 2020-01-01
|
||||||
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
|
||||||
|
|
||||||
storage_config:
|
storage_config:
|
||||||
boltdb_shipper:
|
tsdb_shipper:
|
||||||
active_index_directory: /loki/boltdb-shipper-active
|
active_index_directory: /loki/tsdb-index
|
||||||
cache_location: /loki/boltdb-shipper-cache
|
cache_location: /loki/tsdb-cache
|
||||||
shared_store: filesystem
|
|
||||||
filesystem:
|
filesystem:
|
||||||
directory: /loki/chunks
|
directory: /loki/chunks
|
||||||
|
|
||||||
compactor:
|
compactor:
|
||||||
working_directory: /loki/compactor
|
working_directory: /loki/compactor
|
||||||
shared_store: filesystem
|
|
||||||
|
|
||||||
limits_config:
|
limits_config:
|
||||||
retention_period: 720h # 30 days
|
retention_period: 720h # 30 days
|
||||||
|
allow_structured_metadata: false
|
||||||
|
|||||||
@@ -266,7 +266,7 @@ services:
|
|||||||
|
|
||||||
# Log Aggregation - Loki
|
# Log Aggregation - Loki
|
||||||
mvp-loki:
|
mvp-loki:
|
||||||
image: ${REGISTRY_MIRRORS:-git.motovaultpro.com/egullickson/mirrors}/grafana/loki:2.9.0
|
image: ${REGISTRY_MIRRORS:-git.motovaultpro.com/egullickson/mirrors}/grafana/loki:3.6.1
|
||||||
container_name: mvp-loki
|
container_name: mvp-loki
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user