-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC-470 Debug bundle in Redpanda Console (#825)
Co-authored-by: Kat Batuigas <[email protected]>
- Loading branch information
Showing
63 changed files
with
1,337 additions
and
807 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
= Manage Debug Bundles in Redpanda Console | ||
:description: Learn how to generate, download, and delete debug bundles in Redpanda Console for comprehensive cluster diagnostics. | ||
|
||
[NOTE] | ||
==== | ||
include::shared:partial$enterprise-and-console.adoc[] | ||
==== | ||
|
||
{description} | ||
|
||
== Prerequisites | ||
|
||
- Redpanda Console must be xref:console:config/connect-to-redpanda.adoc[connected to a Redpanda cluster] and xref:console:config/connect-to-redpanda.adoc#admin[configured to connect to the Redpanda Admin API]. | ||
- Redpanda Console must be xref:console:config/security/authentication.adoc[configured with an authentication provider] and have at least one admin user. | ||
|
||
== Generate a debug bundle | ||
|
||
You can generate a debug bundle for all brokers in the cluster using Redpanda Console. After generating the bundle, download it onto your local computer for inspection. | ||
|
||
. Log in as an admin user. | ||
. Click *Admin* in the sidebar. | ||
+ | ||
This option is visible only when you are logged in as an admin user. | ||
. Go to *Debug bundle*. | ||
. Click *Generate new*. | ||
. Wait until the process is complete. | ||
. Click *debug-bundle.zip* to download the bundle on your local computer. | ||
. Unzip the file to inspect the contents. | ||
|
||
include::troubleshoot:partial$debug-bundle.adoc[tags=inspect] | ||
|
||
== Delete a debug bundle | ||
|
||
To generate a new debug bundle, you must delete the existing one. | ||
|
||
. Log in as an admin user. | ||
. Click *Admin* in the sidebar. | ||
+ | ||
This option is visible only when you are logged in as an admin user. | ||
. Go to *Debug bundle*. | ||
. Click the trash icon next to *debug-bundle.zip* to delete the bundle. | ||
|
||
== Next steps | ||
|
||
- xref:troubleshoot:cluster-diagnostics/index.adoc[] | ||
- xref:troubleshoot:errors-solutions/index.adoc[] | ||
|
Oops, something went wrong.