You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/manage/pages/cluster-maintenance/config-cluster.adoc
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
= Configure Cluster Properties
2
2
:description: Learn how to configure cluster properties to enable and manage features.
3
3
4
-
Cluster configuration properties are set to their default values and automatically replicated across all brokers.
5
-
6
-
You can use cluster properties to enable and manage features such as 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].
4
+
Cluster configuration properties are set to their default values and are automatically replicated across all brokers. You can use cluster properties to enable and manage features such as 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].
7
5
8
6
For a complete list of the cluster properties available in Redpanda Cloud, see xref:reference:properties/cluster-properties.adoc[Cluster Configuration Properties] and xref:reference:properties/object-storage-properties.adoc[Object Storage Properties].
9
7
10
8
NOTE: Some properties are read-only and cannot be changed. For example, `cluster_id` is a read-only property that is automatically set when the cluster is created.
11
9
10
+
== Prerequisites
11
+
12
+
* To configure clusters properties, a cluster must be running Redpanda version 25.1.2 or later. You can find the version on your cluster's Overview page in the Redpanda Cloud UI.
13
+
14
+
* To use `rpk` to configure cluster properties, you must be using `rpk` version 25.1.2 or later. To check your current version, see xref:manage:rpk/rpk-install.adoc[].
15
+
12
16
== Limitations
13
17
14
18
Cluster properties are supported on BYOC and Dedicated clusters running on AWS and GCP.
@@ -22,7 +26,7 @@ Cluster properties are supported on BYOC and Dedicated clusters running on AWS a
22
26
You can set cluster configuration properties using the `rpk` command-line tool or the Cloud API.
NOTE: Some properties require a rolling restart for the update to take effect. This triggers a xref:manage:api/cloud-byoc-controlplane-api.adoc#lro[long-running operation] that can take several minutes to complete.
99
103
100
104
--
101
-
======
105
+
====
102
106
103
107
== View cluster property values
104
108
105
109
You can see the value of a cluster configuration property using `rpk` or the Cloud API.
0 commit comments