Docs Self-Managed Manage Redpanda Console Data Transforms You are viewing the Self-Managed v24.3 beta documentation. We welcome your feedback at the Redpanda Community Slack #beta-feedback channel. To view the latest available version of the docs, see v24.2. Manage Data Transforms in Redpanda Console You can use Redpanda Console to monitor the status and performance metrics of your transform functions. You can also view detailed logs and delete transform functions when they are no longer needed. Prerequisites Before you begin, ensure that you have the following: Redpanda Console installed. Data transforms enabled in your Redpanda cluster. At least one transform function deployed to your Redpanda cluster. Monitor transform functions To monitor transform functions in Redpanda Console: Navigate to the Transforms menu. Click on the name of a transform function to view detailed information: The partitions that the function is running on The broker (node) ID Any lag (the amount of pending records on the input topic that have yet to be processed by the transform) View logs To view logs for a transform function in Redpanda Console: Navigate to the Transforms menu. Click on the name of a transform function. Click the Logs tab to see the logs. Redpanda Console displays a limited number of logs for transform functions. To view the full history of logs, use the rpk command-line tool. Delete transform functions To delete a transform function in Redpanda Console: Navigate to the Transforms menu. Find the transform function you want to delete from the list. Click the delete icon at the end of the row. Confirm the deletion when prompted. Deleting a transform function will remove it from the cluster and stop any further processing. Suggested reading How Data Transforms Work Deploy Data Transforms Monitor Data Transforms Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution Schema Registry Filter Messages