This commit is contained in:
ai-dev 2024-11-09 07:25:35 +01:00
parent a79ebd3dc9
commit 7368e35d56

View File

@ -20,10 +20,10 @@ ingester:
schema_config: schema_config:
configs: configs:
- from: 2024-11-09 - from: 2020-11-09
store: boltdb-shipper store: tsdb # Changed to tsdb
object_store: filesystem object_store: filesystem
schema: v11 schema: v13 # Changed to v13
index: index:
prefix: index_ prefix: index_
period: 24h period: 24h
@ -39,9 +39,10 @@ storage_config:
compactor: compactor:
working_directory: /data/loki/boltdb-shipper-compactor working_directory: /data/loki/boltdb-shipper-compactor
retention_enabled: true retention_enabled: true
delete_request_store: filesystem # Added this line
limits_config: limits_config:
reject_old_samples: true reject_old_samples: true
reject_old_samples_max_age: 168h reject_old_samples_max_age: 168h
retention_period: ${RETENTION_PERIOD:29d} retention_period: ${RETENTION_PERIOD:29d}
max_query_lookback: 0s allow_structured_metadata: false # Disable Structured Metadata if you're not using v13