You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform/configure/advanced/audit.mdx
+9-5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Enabling Audit Logging
2
+
title: Enable Audit Logging
3
3
sidebar_label: Enable Audit Logging
4
4
sidebar_position: 2
5
5
description: Learn how to enable and configure audit logging to track activities in the platform, including management instance changes and cluster operations.
@@ -65,7 +65,7 @@ The platform provides audit levels, which are preconfigured audit policies for t
65
65
For all of these levels certain internal read-only APIs are not logged since those might pollute the log and drastically increase log size. To log these, create a custom audit policy as described below.
66
66
:::
67
67
68
-
Configure the audit level through the platform config, which can be modified either through the platform UI or helm:
68
+
Configure the audit level through the platform config, which can be modified either through the platform UI or Helm:
69
69
70
70
<Tabs
71
71
defaultValue="ui"
@@ -113,7 +113,11 @@ Below you can find a complete policy reference:
113
113
114
114
## Persisting audit logs
115
115
116
-
There are two ways to persist platform audit logs: deploying the platform with a persistent volume claim (PVC) or connecting the platform to a persistent database. The PVC approach does not work for HA mode for the platform.
116
+
There are two ways to persist platform audit logs: deploying the platform with a persistent volume claim (PVC) or connecting the platform to a persistent database.
117
+
118
+
:::info HA only supported with persistent database
119
+
If you are running the platform in high availability (HA mode), the only way to persist audit logs is to use a persistent database. The PVC approach does not work.
120
+
:::
117
121
118
122
### Deploy the platform with a PVC to save audit logs
0 commit comments