@@ -153,9 +153,11 @@ Enables or disables audit logging. When you set this to true, Redpanda checks fo
153153
154154*Type:* boolean
155155
156+ ifndef::env-cloud[]
156157*Enterprise license required*: `true`
157158
158159*Default:* `false`
160+ endif::[]
159161
160162---
161163
@@ -188,7 +190,9 @@ List of user principals to exclude from auditing.
188190
189191*Type:* array
190192
193+ ifndef::env-cloud[]
191194*Default:* `null`
195+ endif::[]
192196
193197---
194198
@@ -206,7 +210,9 @@ List of topics to exclude from auditing.
206210
207211*Type:* array
208212
213+ ifndef::env-cloud[]
209214*Default:* `null`
215+ endif::[]
210216
211217---
212218
@@ -226,7 +232,9 @@ Defines the number of partitions used by a newly-created audit topic. This confi
226232
227233*Accepted values:* [`-2147483648`, `2147483647`]
228234
235+ ifndef::env-cloud[]
229236*Default:* `12`
237+ endif::[]
230238
231239---
232240
@@ -704,7 +712,9 @@ Enables WebAssembly-powered data transforms directly in the broker. When `data_t
704712
705713*Type:* boolean
706714
715+ ifndef::env-cloud[]
707716*Default:* `false`
717+ endif::[]
708718
709719---
710720
@@ -758,7 +768,9 @@ Transform log lines truncate to this length. Truncation occurs after any charact
758768
759769*Type:* integer
760770
771+ ifndef::env-cloud[]
761772*Default:* `1024`
773+ endif::[]
762774
763775---
764776
@@ -774,7 +786,9 @@ The amount of memory to reserve per core for data transform (Wasm) virtual machi
774786
775787*Type:* integer
776788
789+ ifndef::env-cloud[]
777790*Default:* `20971520`
791+ endif::[]
778792
779793---
780794
@@ -1814,7 +1828,9 @@ Iceberg catalog type that Redpanda will use to commit table metadata updates. Su
18141828
18151829*Accepted values:* `rest`, `object_storage`
18161830
1831+ ifndef::env-cloud[]
18171832*Default:* `object_storage`
1833+ endif::[]
18181834
18191835**Related topics**:
18201836
@@ -1841,13 +1857,15 @@ endif::[]
18411857
18421858*Type:* string
18431859
1860+ ifndef::env-cloud[]
18441861*Default:* `(hour(redpanda.timestamp))`
18451862
18461863Partitions the topic by extracting the hour from `redpanda.timestamp`, grouping records by hour to optimize queries.
1864+ endif::[]
18471865
18481866**Related topics**:
18491867
1850- - xref:manage:iceberg/about-iceberg-topics.adoc#enable-iceberg-integration[Enable Iceberg]
1868+ - xref:manage:iceberg/about-iceberg-topics.adoc#enable-iceberg-integration[Enable Iceberg integration ]
18511869
18521870---
18531871
@@ -1864,7 +1882,9 @@ Default value for the `redpanda.iceberg.delete` topic property that determines i
18641882
18651883*Type:* boolean
18661884
1885+ ifndef::env-cloud[]
18671886*Default:* `true`
1887+ endif::[]
18681888
18691889**Related topics**:
18701890
@@ -1923,7 +1943,9 @@ endif::[]
19231943
19241944*Type:* boolean
19251945
1946+ ifndef::env-cloud[]
19261947*Default:* `false`
1948+ endif::[]
19271949
19281950**Related topics**:
19291951
@@ -1948,7 +1970,9 @@ endif::[]
19481970
19491971*Visibility:* `user`
19501972
1973+ ifndef::env-cloud[]
19511974*Default:* `dlq_table`
1975+ endif::[]
19521976
19531977**Related topics**:
19541978
@@ -1967,7 +1991,9 @@ The authentication mode for client requests made to the Iceberg catalog. Choose
19671991
19681992*Visibility:* `user`
19691993
1994+ ifndef::env-cloud[]
19701995*Default:* `none`
1996+ endif::[]
19711997
19721998**Related topics**:
19731999
@@ -1988,7 +2014,9 @@ The client ID used to query the REST catalog API for the OAuth token. Required i
19882014
19892015*Type:* string
19902016
2017+ ifndef::env-cloud[]
19912018*Default:* `null`
2019+ endif::[]
19922020
19932021**Related topics**:
19942022
@@ -2009,7 +2037,9 @@ Secret used with the client ID to query the OAuth token endpoint for Iceberg RES
20092037
20102038*Type:* string
20112039
2040+ ifndef::env-cloud[]
20122041*Default:* `null`
2042+ endif::[]
20132043
20142044**Related topics**:
20152045
@@ -2030,7 +2060,9 @@ The contents of a certificate revocation list for `iceberg_rest_catalog_trust`.
20302060
20312061*Type:* string
20322062
2063+ ifndef::env-cloud[]
20332064*Default:* `null`
2065+ endif::[]
20342066
20352067---
20362068
@@ -2065,7 +2097,9 @@ URL of Iceberg REST catalog endpoint.
20652097
20662098*Type:* string
20672099
2100+ ifndef::env-cloud[]
20682101*Default:* `null`
2102+ endif::[]
20692103
20702104**Related topics**:
20712105
@@ -2086,7 +2120,9 @@ The OAuth URI used to retrieve access tokens for Iceberg REST catalog authentica
20862120
20872121*Type:* string
20882122
2123+ ifndef::env-cloud[]
20892124*Default:* `null`
2125+ endif::[]
20902126
20912127**Related topics**:
20922128
@@ -2107,7 +2143,9 @@ The OAuth scope used to retrieve access tokens for Iceberg catalog authenticatio
21072143
21082144*Type:* string
21092145
2146+ ifndef::env-cloud[]
21102147*Default:* `principal_role:all`
2148+ endif::[]
21112149
21122150**Related topics**:
21132151
@@ -2128,7 +2166,9 @@ Prefix part of the Iceberg REST catalog URL. Prefix is appended to the catalog p
21282166
21292167*Type:* string
21302168
2169+ ifndef::env-cloud[]
21312170*Default:* `null`
2171+ endif::[]
21322172
21332173**Related topics**:
21342174
@@ -2153,7 +2193,9 @@ Maximum length of time that Redpanda waits for a response from the REST catalog
21532193
21542194*Accepted values:* [`-17592186044416`, `17592186044415`]
21552195
2196+ ifndef::env-cloud[]
21562197*Default:* `10000`
2198+ endif::[]
21572199
21582200**Related topics**:
21592201
@@ -2176,7 +2218,9 @@ Required if <<iceberg_rest_catalog_authentication_mode, `iceberg_rest_catalog_au
21762218
21772219*Type:* string
21782220
2221+ ifndef::env-cloud[]
21792222*Default:* `null`
2223+ endif::[]
21802224
21812225**Related topics**:
21822226
@@ -2189,9 +2233,9 @@ Required if <<iceberg_rest_catalog_authentication_mode, `iceberg_rest_catalog_au
21892233// tag::iceberg_rest_catalog_trust[]
21902234=== iceberg_rest_catalog_trust
21912235
2192- The contents of a certificate chain to trust for the REST Iceberg catalog.
2236+ The contents of a certificate chain to trust for the REST Iceberg catalog.
21932237
2194- ifndef::end -cloud[]
2238+ ifndef::env -cloud[]
21952239Takes precedence over <<iceberg_rest_catalog_trust_file, `iceberg_rest_catalog_trust_file`>>.
21962240endif::[]
21972241
@@ -2201,7 +2245,9 @@ endif::[]
22012245
22022246*Type:* string
22032247
2248+ ifndef::env-cloud[]
22042249*Default:* `null`
2250+ endif::[]
22052251
22062252---
22072253
@@ -2268,7 +2314,9 @@ endif::[]
22682314
22692315*Accepted values:* [`-17592186044416`, `17592186044415`]
22702316
2317+ ifndef::env-cloud[]
22712318*Default:* `60000`
2319+ endif::[]
22722320
22732321**Related topics**:
22742322
0 commit comments