Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: describe how to collect support bundle from nabox4 #3071

Merged
merged 1 commit into from
Jul 26, 2024
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
10 changes: 9 additions & 1 deletion docs/help/log-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Follow the instructions specific to your platform.
If you would like to share the collected logs with the Harvest team,
please email them to [ng-harvest-files@netapp.com](mailto:ng-harvest-files@netapp.com).

If the files are too large to email, let us know at the address above or on [Discord](https://github.com/NetApp/harvest/blob/main/SUPPORT.md#discord),
and we'll send you a file sharing link to upload your files.

## RPM, DEB, and Native Installations

For RPM, DEB, and native installations, use the following command to create a compressed tar file containing the logs:
Expand All @@ -25,7 +28,12 @@ docker logs <container_id> &> harvest_logs.txt && tar -czvf harvest_logs.tar.gz

This command will create a file named `harvest_logs.tar.gz` containing the logs from the specified container.

## NABox
## NABox 4

Collect a support bundle from the NABox web interface by clicking the `About` button in the left gutter and
then clicking the `Download Support Bundle` button.

## NABox 3

For NABox installations,
[ssh](https://nabox.org/documentation/configuration/) into your nabox instance,
Expand Down