diff --git a/modules/about-must-gather.adoc b/modules/about-must-gather.adoc index 193d451b299c..cdc6fe84253e 100644 --- a/modules/about-must-gather.adoc +++ b/modules/about-must-gather.adoc @@ -30,8 +30,9 @@ $ oc adm must-gather \ --image=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9:v{HCOVersion} ---- -* To collect the audit logs, use the `-- /usr/bin/gather_audit_logs` argument, as described in a following section. +- To collect the audit logs, use the `-- /usr/bin/gather_audit_logs` argument, as described in a following section. + + For example: + [source,terminal] @@ -41,7 +42,8 @@ $ oc adm must-gather -- /usr/bin/gather_audit_logs + [NOTE] ==== -Audit logs are not collected as part of the default set of information to reduce the size of the files. +- Audit logs are not collected as part of the default set of information to reduce the size of the files. +- On a Windows operating system, install the `cwRsync` client and add to the `PATH` variable for use with the `oc rsync` command. ==== When you run `oc adm must-gather`, a new pod with a random name is created in a new project on the cluster. The data is collected on that pod and saved in a new directory that starts with `must-gather.local` in the current working directory.