Skip to content

docs: KOF add audit logs storage and retention docs#799

Open
gmlexx wants to merge 3 commits into
k0rdent:mainfrom
gmlexx:audit-storage
Open

docs: KOF add audit logs storage and retention docs#799
gmlexx wants to merge 3 commits into
k0rdent:mainfrom
gmlexx:audit-storage

Conversation

@gmlexx
Copy link
Copy Markdown
Contributor

@gmlexx gmlexx commented May 21, 2026

Add a section related to audit logs retention and storage configuration

Comment on lines +108 to +119
victoriametrics:
vlcluster_audit:
spec:
vlstorage:
retentionPeriod: "1y"
storage:
volumeClaimTemplate:
spec:
storageClassName: <EXAMPLE_STORAGE_CLASS>
resources:
requests:
storage: "100Gi"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The vlcluster_audit is the top-level key in kof-storage values, not wrapped in victoriametrics:

Suggested change
victoriametrics:
vlcluster_audit:
spec:
vlstorage:
retentionPeriod: "1y"
storage:
volumeClaimTemplate:
spec:
storageClassName: <EXAMPLE_STORAGE_CLASS>
resources:
requests:
storage: "100Gi"
vlcluster_audit:
spec:
vlstorage:
retentionPeriod: "1y"
storage:
volumeClaimTemplate:
spec:
storageClassName: <EXAMPLE_STORAGE_CLASS>
resources:
requests:
storage: "100Gi"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, this one is OK, but another one in the same PR is wrong, I've added another suggestion.

Comment thread docs/admin/kof/kof-storing.md Outdated
Co-authored-by: Denis Ryzhkov <denisr@denisr.com>
Comment thread docs/admin/kof/kof-retention.md Outdated
Comment on lines +108 to +119
victoriametrics:
vlcluster_audit:
spec:
vlstorage:
retentionPeriod: "1y"
storage:
volumeClaimTemplate:
spec:
storageClassName: <EXAMPLE_STORAGE_CLASS>
resources:
requests:
storage: "100Gi"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, this one is OK, but another one in the same PR is wrong, I've added another suggestion.

Co-authored-by: Denis Ryzhkov <denisr@denisr.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants