Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@
** xref:develop:http-proxy.adoc[]
** xref:develop:data-transforms/index.adoc[]
*** xref:develop:data-transforms/how-transforms-work.adoc[Overview]
*** xref:develop:data-transforms/run-transforms.adoc[Data Transforms Quickstart]
*** xref:develop:data-transforms/build.adoc[Build]
*** xref:develop:data-transforms/configure.adoc[Configure]
*** xref:develop:data-transforms/deploy.adoc[Deploy]
Expand Down
2 changes: 2 additions & 0 deletions modules/develop/pages/data-transforms/build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
:description: Learn how to initialize a data transforms project and write transform functions in your chosen language.
:page-categories: Development, Stream Processing, Data Transforms

NOTE: Data transforms are supported on BYOC and Dedicated clusters running Redpanda version 24.3 and later.

include::ROOT:develop:data-transforms/build.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
= How Data Transforms Work
:page-categories: Development, Stream Processing, Data Transforms
:description: Learn how Redpanda data transforms work.
:page-aliases: develop:data-transforms/run-transforms.adoc

NOTE: Data transforms are supported on BYOC and Dedicated clusters running Redpanda version 24.3 and later.

include::ROOT:develop:data-transforms/how-transforms-work.adoc[tag=single-source]
5 changes: 0 additions & 5 deletions modules/develop/pages/data-transforms/run-transforms.adoc

This file was deleted.

4 changes: 3 additions & 1 deletion modules/get-started/pages/whats-new-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ Iceberg topics properties are available for clusters running Redpanda version 25

=== Data transforms: GA

WebAssembly xref:develop:data-transforms/index.adoc[data transforms] is now generally available in Redpanda Cloud for BYOC and Dedicated clusters. Data transforms let you run common data streaming tasks within Redpanda, like filtering, scrubbing, and transcoding.
WebAssembly xref:develop:data-transforms/index.adoc[data transforms] are now generally available in Redpanda Cloud. Data transforms let you run common data streaming tasks within Redpanda, like filtering, scrubbing, and transcoding.

Data transforms are supported for BYOC and Dedicated clusters running Redpanda version 24.3 and later.

=== AI agents: beta

Expand Down
2 changes: 2 additions & 0 deletions modules/manage/pages/audit-logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
:page-categories: Management, Security
:env-linux: true

NOTE: Audit logging is supported on BYOC and Dedicated clusters running Redpanda version 24.3 and later. To configure audit logging, see xref:manage:cluster-maintenance/config-cluster.adoc[].

include::ROOT:manage:audit-logging.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
= Configure Cluster Properties
:description: Learn how to configure cluster properties to enable and manage features.

Redpanda cluster configuration properties are automatically set to the default values and are replicated across all brokers.

You can edit certain cluster configuration properties with the Cloud API. For example, you can enable and manage xref:manage:iceberg/about-iceberg-topics.adoc[Iceberg topics], xref:develop:data-transforms/index.adoc[data transforms], and xref:manage:audit-logging.adoc[audit logging].
Redpanda cluster configuration properties are automatically set to the default values and are replicated across all brokers. You can edit certain cluster configuration properties with the Cloud API. For example, you can enable and manage xref:manage:iceberg/about-iceberg-topics.adoc[Iceberg topics], xref:develop:data-transforms/index.adoc[data transforms], and xref:manage:audit-logging.adoc[audit logging].

== Limitations

Expand Down