# Manage Data Transforms in Redpanda Console

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [streaming-full.txt](https://docs.redpanda.com/streaming-full.txt)

---
title: Manage Data Transforms in Redpanda Console
latest-redpanda-tag: v25.1.1
latest-console-tag: v3.7.3
latest-operator-version: v26.1.4
# EOL = End-of-Life (support lifecycle status)
page-is-nearing-eol: "false"
page-is-past-eol: "true"
page-eol-date: April 7, 2026
latest-connect-version: 4.93.0
docname: ui/data-transforms
page-component-name: streaming
page-version: "25.1"
page-component-version: "25.1"
page-component-title: Streaming
page-relative-src-path: ui/data-transforms.adoc
page-edit-url: https://github.com/redpanda-data/docs/edit/v/25.1/modules/console/pages/ui/data-transforms.adoc
description: 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.
page-git-created-date: "2024-09-11"
page-git-modified-date: "2025-04-08"
support-status: past end-of-life
---

<!-- Source: https://docs.redpanda.com/streaming/25.1/console/ui/data-transforms.md -->

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)Prerequisites

Before you begin, ensure that you have the following:

-   Redpanda Console must be [connected to a Redpanda cluster](https://docs.redpanda.com/streaming/25.1/console/config/connect-to-redpanda/).

-   Redpanda Console must be [configured to connect to the Redpanda Admin API](https://docs.redpanda.com/streaming/25.1/console/config/connect-to-redpanda/#admin).

-   [Data transforms enabled](https://docs.redpanda.com/streaming/25.1/develop/data-transforms/configure/#enable-transforms) in your Redpanda cluster.

-   At least one transform function deployed to your Redpanda cluster.


## [](#monitor)Monitor transform functions

To monitor transform functions:

1.  Navigate to the **Transforms** menu.

2.  Click 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)



## [](#logs)View logs

To view logs for a transform function:

1.  Navigate to the **Transforms** menu.

2.  Click on the name of a transform function.

3.  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](https://docs.redpanda.com/streaming/25.1/develop/data-transforms/monitor/#logs).

## [](#delete)Delete transform functions

To delete a transform function:

1.  Navigate to the **Transforms** menu.

2.  Find the transform function you want to delete from the list.

3.  Click the delete icon at the end of the row.

4.  Confirm the deletion when prompted.


Deleting a transform function will remove it from the cluster and stop any further processing.

## [](#suggested-reading)Suggested reading

-   [How Data Transforms Work](https://docs.redpanda.com/streaming/25.1/develop/data-transforms/how-transforms-work/)

-   [Deploy Data Transforms](https://docs.redpanda.com/streaming/25.1/develop/data-transforms/deploy/)

-   [Monitor Data Transforms](https://docs.redpanda.com/streaming/25.1/develop/data-transforms/monitor/)