rpk shadow status
Shows the status of a Redpanda shadow link.
This command shows the current status of a shadow link, including the overall state, task statuses, and per-topic replication progress. Use this command to monitor replication health and track how closely shadow topics follow the source cluster.
By default, the command displays all status sections. Use the --print-* flags to select specific sections (overview, task status, or topic status). The --format json|yaml flag changes only the output format, not which sections are included.
Examples
Display the status of a shadow link:
rpk shadow status my-shadow-link
Display specific sections:
rpk shadow status my-shadow-link --print-overview --print-topic
Flags
| Value | Type | Description |
|---|---|---|
|
- |
Print all sections. |
|
string |
Output format. Possible values: |
|
- |
Print the overview section. |
|
- |
Print the task status section. |
|
- |
Print the detailed topic status section. |
|
- |
Help for status. |
|
string |
Redpanda or |
|
stringArray |
Override |
|
string |
Profile to use. See |
|
- |
Enable verbose logging. |