|
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"
|
@@ -130,7 +130,7 @@ audit:
|
130 | 130 | # size: 30Gi
|
131 | 131 | ```
|
132 | 132 |
|
133 |
| -Apply the values via helm: |
| 133 | +Apply the values using Helm: |
134 | 134 |
|
135 | 135 | ```bash title="Apply helm values"
|
136 | 136 | helm upgrade vcluster-platform vcluster-platform -n vcluster-platform --version 4.0.0-alpha.12 \
|
@@ -170,7 +170,7 @@ audit:
|
170 | 170 |
|
171 | 171 | To easily export the audit events to third party systems, enable the audit log
|
172 | 172 | sidecar that prints all the audit events onto stdout in a separate container which can then be easily watched and exported.
|
173 |
| -Enabling the sidecar is only possible through helm values. |
| 173 | +Enabling the sidecar is only possible through Helm values. |
174 | 174 |
|
175 | 175 | Create a `values.yaml` with the following contents:
|
176 | 176 |
|
|
0 commit comments