fix(link): Closes #5623

pull/5635/head
Jason Stirnaman 2024-10-03 16:21:09 -05:00
parent 7462c7e3e8
commit 68f1a9fb81
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ configuration option.
- [When does data actually get deleted?](#when-does-data-actually-get-deleted)
## Bucket retention period
A **bucket retention period** is the [duration](/influxdb/v2/glossary/#duration) of time that a bucket retains data.
A **bucket retention period** is the [duration](/influxdb/v2/reference/glossary/#duration) of time that a bucket retains data.
Retention periods can be infinite or as short as an hour.
[Points](/influxdb/v2/reference/glossary/#point) in a bucket with timestamps
beyond the defined retention period (relative to now) are _eligible_ for deletion.