diff --git a/modules/reference/pages/properties/cluster-properties.adoc b/modules/reference/pages/properties/cluster-properties.adoc index d820180b67..a83ef31dc7 100644 --- a/modules/reference/pages/properties/cluster-properties.adoc +++ b/modules/reference/pages/properties/cluster-properties.adoc @@ -1622,8 +1622,6 @@ Default value for the `redpanda.iceberg.delete` topic property that determines i === iceberg_enabled -include::reference:partial$enterprise-licensed-property.adoc[] - Enables the translation of topic data into Iceberg tables. Setting `iceberg_enabled` to `true` activates the feature at the cluster level, but each topic must also set the `redpanda.iceberg.enabled` topic-level property to `true` to use it. If `iceberg_enabled` is set to `false`, then the feature is disabled for all topics in the cluster, overriding any topic-level settings. *Requires restart:* Yes @@ -1632,8 +1630,6 @@ Enables the translation of topic data into Iceberg tables. Setting `iceberg_enab *Type:* boolean -*Enterprise license required*: `true` - *Default:* `false` ---