Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions modules/about-must-gather.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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.
Expand Down