Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 5 additions & 4 deletions modules/console/pages/ui/generate-bundle.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ include::shared:partial$enterprise-and-console.adoc[]

== 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.
You can generate a debug bundle for all brokers in the cluster and download it onto your local computer for inspection.

NOTE: Only one debug bundle can exist at a time. If you generate a new debug bundle, any existing bundle from a previous run will be automatically deleted.

. Log in as an admin user.
. Click *Admin* in the sidebar.
Expand All @@ -27,12 +29,11 @@ This option is visible only when you are logged in as an admin user.
. 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]
include::troubleshoot:partial$inspect-bundle.adoc[]

== Delete a debug bundle

To generate a new debug bundle, you must delete the existing one.

To manually delete a debug bundle:
. Log in as an admin user.
. Click *Admin* in the sidebar.
+
Expand Down
17 changes: 9 additions & 8 deletions modules/get-started/pages/licensing/monitor-license-status.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To track license expiration and ensure compliance with xref:get-started:licensin
[[rpk]]
== Check the status of a license with `rpk`

To check the status of your current license, use the `rpk cluster license info` command. You can choose different output formats depending on your use case.
To check the status of your current license and information about in-use enterprise features, use the `rpk cluster license info` command. You can choose different output formats depending on your use case.

. Make sure that xref:get-started:rpk-install.adoc[`rpk` is installed] and configured to connect to your cluster's Admin API endpoint.

Expand All @@ -16,14 +16,15 @@ To check the status of your current license, use the `rpk cluster license info`
rpk cluster license info
```
+
The output displays the following details:
The command displays the license information in a user-friendly format. The output includes:
+
----
Organization: Organization the license was generated for.
Type: Type of license.
Expires: Expiration date of the license.
Version: License schema version.
----
--
- *Organization*: The organization for which the license was issued.
- *Type*: The type of license (for example, enterprise or trial).
- *Expires*: The license expiration date.
- *Version*: The schema version of the license.
- *Enterprise features in use*: A list of enabled enterprise features.
--
+
If the license is within 30 days of expiration, a warning is logged:
+
Expand Down
Loading
Loading