rpk shadow describe
Describes a Redpanda shadow link.
This command shows the shadow link configuration, including connection settings, synchronization options, and filters. Use the flags to display specific sections or all sections of the configuration.
By default, the command displays the overview and client configuration sections. Use the flags to display additional sections such as topic synchronization, consumer offset synchronization, and security synchronization settings.
The command uses the Redpanda ID of the cluster you are currently logged into. To use a different cluster, either log in and create a profile for it, or use the --redpanda-id flag to specify it directly.
Examples
Describe a shadow link with default sections (overview and client):
rpk shadow describe my-shadow-link
Display all configuration sections:
rpk shadow describe my-shadow-link --print-all
Display specific sections:
rpk shadow describe my-shadow-link --print-overview --print-topic
Display only the client configuration:
rpk shadow describe my-shadow-link -c
Flags
| Value | Type | Description |
|---|---|---|
|
- |
Print all sections. |
|
- |
Print the client configuration section. |
|
- |
Print the detailed consumer offset configuration section. |
|
- |
Print the overview section. |
|
- |
Print the detailed security configuration section. |
|
- |
Print the detailed topic configuration section. |
|
- |
Help for describe. |
|
string |
Redpanda or |
|
stringArray |
Override |
|
string |
Profile to use. See |
|
- |
Enable verbose logging. |