diff --git a/content/rancher/v2.x/en/installation/resources/advanced/api-audit-log/_index.md b/content/rancher/v2.x/en/installation/resources/advanced/api-audit-log/_index.md index bf7acfcbcd1..efa156a73ba 100644 --- a/content/rancher/v2.x/en/installation/resources/advanced/api-audit-log/_index.md +++ b/content/rancher/v2.x/en/installation/resources/advanced/api-audit-log/_index.md @@ -64,21 +64,10 @@ kubectl -n cattle-system logs -f rancher-84d886bdbb-s4s69 rancher-audit-log #### Rancher Web GUI 1. From the context menu, select **Cluster: local > System**. - - ![Local Cluster: System Project]({{}}/img/rancher/audit_logs_gui/context_local_system.png) - 1. From the main navigation bar, choose **Resources > Workloads.** (In versions prior to v2.3.0, choose **Workloads** on the main navigation bar.) Find the `cattle-system` namespace. Open the `rancher` workload by clicking its link. - - ![Rancher Workload]({{}}/img/rancher/audit_logs_gui/rancher_workload.png) - 1. Pick one of the `rancher` pods and select **⋮ > View Logs**. - - ![View Logs]({{}}/img/rancher/audit_logs_gui/view_logs.png) - 1. From the **Logs** drop-down, select `rancher-audit-log`. - ![Select Audit Log]({{}}/img/rancher/audit_logs_gui/rancher_audit_log_container.png) - #### Shipping the Audit Log You can enable Rancher's built in log collection and shipping for the cluster to ship the audit and other services logs to a supported collection endpoint. See [Rancher Tools - Logging]({{}}/rancher/v2.x/en/cluster-admin/tools/logging) for details. diff --git a/static/img/rancher/audit_logs_gui/context_local_system.png b/static/img/rancher/audit_logs_gui/context_local_system.png deleted file mode 100644 index 0b20f04d18d..00000000000 Binary files a/static/img/rancher/audit_logs_gui/context_local_system.png and /dev/null differ diff --git a/static/img/rancher/audit_logs_gui/rancher_audit_log_container.png b/static/img/rancher/audit_logs_gui/rancher_audit_log_container.png deleted file mode 100644 index 875151594e8..00000000000 Binary files a/static/img/rancher/audit_logs_gui/rancher_audit_log_container.png and /dev/null differ diff --git a/static/img/rancher/audit_logs_gui/rancher_workload.png b/static/img/rancher/audit_logs_gui/rancher_workload.png deleted file mode 100644 index 72857a88b32..00000000000 Binary files a/static/img/rancher/audit_logs_gui/rancher_workload.png and /dev/null differ diff --git a/static/img/rancher/audit_logs_gui/view_logs.png b/static/img/rancher/audit_logs_gui/view_logs.png deleted file mode 100644 index 463ab4eebd2..00000000000 Binary files a/static/img/rancher/audit_logs_gui/view_logs.png and /dev/null differ