Skip to content

Conversation

Copy link

Copilot AI commented Nov 25, 2025

Documents the default retention periods applied by config-db when no explicit retention rules are configured.

Changes

  • Added "Default Retention Periods" section to /docs/guide/config-db/concepts/retention documenting:
    • Config Items: 7 days
    • Changes: 60 days
    • Config Analysis: 60 days
  • Fixed pre-existing hard tab in code example

Values sourced from github.com/flanksource/config-db/jobs/cleanup.go constants.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • canonical-bos01.cdn.snapcraftcontent.com
    • Triggering command: /usr/lib/snapd/snapd /usr/lib/snapd/snapd (dns block)
  • taskfile.dev
    • Triggering command: /usr/bin/curl curl --location REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Document config-db default retention period</issue_title>
<issue_description>```
const (
DefaultConfigAnalysisRetentionDays = 60
DefaultConfigChangeRetentionDays = 60
DefaultConfigItemRetentionDays = 7
)


github.com/flanksource/config-db/jobs/cleanup.go

Use this as a reference and document that in `/docs/guide/config-db/concepts/retention`</issue_description>

## Comments on the Issue (you are @copilot in this section)

<comments>
</comments>


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@vercel
Copy link

vercel bot commented Nov 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
docs Ready Ready Preview Nov 25, 2025 9:28am

@coderabbitai
Copy link

coderabbitai bot commented Nov 25, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@netlify
Copy link

netlify bot commented Nov 25, 2025

Deploy Preview for canarychecker canceled.

Name Link
🔨 Latest commit de4e345
🔍 Latest deploy log https://app.netlify.com/projects/canarychecker/deploys/6925767ca74af500089fb1a6

Co-authored-by: adityathebe <13419481+adityathebe@users.noreply.github.com>
Copilot AI changed the title [WIP] Document config-db default retention period docs: document config-db default retention periods Nov 25, 2025
Copilot AI requested a review from adityathebe November 25, 2025 09:32
Copilot finished work on behalf of adityathebe November 25, 2025 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document config-db default retention period

2 participants