rpk shadow status
Get 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 flags to display
specific sections such as overview, task status, or topic status. When using
this command with the --format json/yaml flag, we default to all sections.
Examples
This section provides examples of how to use rpk shadow status.
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 |
|---|---|---|
|
string |
Output format ( |
|
bool |
Print all sections. |
|
bool |
Print the overview section. |
|
bool |
Print the schema registry sync status section. (New in v26.2.1) |
|
bool |
Print the task status section. |
|
bool |
Print the detailed topic status section. |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |