diff --git a/docs/sources/operations/storage/retention.md b/docs/sources/operations/storage/retention.md index 93c112652f504..7c3dcf1a4d978 100644 --- a/docs/sources/operations/storage/retention.md +++ b/docs/sources/operations/storage/retention.md @@ -8,7 +8,7 @@ Retention in Grafana Loki is achieved either through the [Table Manager](#table- By default, when `table_manager.retention_deletes_enabled` or `compactor.retention_enabled` flags are not set, then logs sent to Loki live forever. -Retention through the [Table Manager]({{}}) is achieved by relying on the object store TTL feature, and will work for both [boltdb-shipper]({{}}) store and chunk/index store. However retention through the [Compactor]({{}}) is supported only with the [boltdb-shipper]({{}}) store. +Retention through the [Table Manager]({{}}) is achieved by relying on the object store TTL feature, and will work for both [boltdb-shipper]({{}}) store and chunk/index store. However retention through the [Compactor]({{}}) is supported only with the [boltdb-shipper]({{}}) and tsdb store. The Compactor retention will become the default and have long term support. It supports more granular retention policies on per tenant and per stream use cases.