S3 Data Deletion #4350
Unanswered
MJawad-AbouAleiwi
asked this question in
Q&A
Replies: 1 comment 6 replies
-
The parameter responsible for deleting data in S3 after a specified retention period is: -compactor.blocks-retention-period You can set this to 720h (30 days) to delete data older than 30 days. Configuration options:
compactor:
compactor_blocks_retention_period: 720h
limits:
# Global default
compactor_blocks_retention_period: 720h
# Per-tenant overrides
limits_overrides:
tenant-id:
compactor_blocks_retention_period: 720h Notes:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using Pyroscope tool, and I'm using it with S3 Object Storage. How can I delete the data in this bucket after 30 days for example? Which parameter is responsible for this?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions