guoew
guoew
@R-Studio The [table_manager](https://grafana.com/docs/loki/latest/configuration/#table_manager) docs say: "The retention period must be a multiple of the index / chunks", the [compactor](https://grafana.com/docs/loki/latest/operations/storage/retention/#compactor) docs say `The minimum retention period is 24h.`, and the [schema_config](https://grafana.com/docs/loki/latest/configuration/#schema_config)...
@R-Studio You can change schema_config to the following configuration and try again. ``` schema_config configs: - from: "2020-09-07" store: boltdb-shipper object_store: s3 schema: v12 index: period: 24h prefix: index_ chunks:...