Docs Self-Managed Reference Properties Object Storage Properties Object Storage Properties Page options Copy as Markdown Copied! View as plain text Ask AI about this topic Add MCP server to VS Code Object storage properties are a type of cluster property. Cluster properties are configuration settings that control the behavior of a Redpanda cluster at a global level. Configuring cluster properties allows you to adapt Redpanda to specific workloads, optimize resource usage, and enable or disable features. For information on how to edit cluster properties, see Configure Cluster Properties. Some object storage properties require that you restart the cluster for any updates to take effect. See the specific property details to identify whether or not a restart is required. Cluster configuration Object storage properties should only be set if you enable Tiered Storage. cloud_storage_access_key AWS or GCP access key. This access key is part of the credentials that Redpanda requires to authenticate with object storage services for Tiered Storage. This access key is used with the cloud_storage_secret_key to form the complete credentials required for authentication. To authenticate using IAM roles, see cloud_storage_credentials_source. Property Value Type string Default null Nullable Yes Requires restart Yes Restored on Whole Cluster Restore No Visibility User cloud_storage_api_endpoint Optional API endpoint. The only instance in which you must set this value is when using a custom domain with your object storage service. AWS: If not set, this is automatically generated using region and bucket. Otherwise, this uses the value assigned. GCP: If not set, this is automatically generated using storage.googleapis.com and bucket. Azure: If not set, this is automatically generated using blob.core.windows.net and cloud_storage_azure_storage_account. If you have enabled hierarchical namespaces for your storage account and use a custom endpoint, use cloud_storage_azure_adls_endpoint. Property Value Type string Default null Nullable Yes Requires restart Yes Restored on Whole Cluster Restore No Visibility User cloud_storage_api_endpoint_port TLS port override. Property Value Type integer Range [-32768, 32767] Default 443 Nullable No Requires restart Yes Restored on Whole Cluster Restore Yes Visibility User cloud_storage_attempt_cluster_restore_on_bootstrap When set to true, Redpanda automatically retrieves cluster metadata from a specified object storage bucket at the cluster’s first startup. This option is ideal for orchestrated deployments, such as Kubernetes. Ensure any previous cluster linked to the bucket is fully decommissioned to prevent conflicts between Tiered Storage subsystems. Property Value Type boolean Default false Nullable No Requires restart Yes Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_azure_adls_endpoint Azure Data Lake Storage v2 endpoint override. Use when hierarchical namespaces are enabled on your storage account and you have set up a custom endpoint. If not set, this is automatically generated using dfs.core.windows.net and cloud_storage_azure_storage_account. Property Value Type string Default null Nullable Yes Requires restart Yes Restored on Whole Cluster Restore No Visibility User cloud_storage_azure_adls_port Azure Data Lake Storage v2 port override. See also: cloud_storage_azure_adls_endpoint. Use when hierarchical namespaces are enabled on your storage account and you have set up a custom endpoint. Property Value Type integer Maximum 65535 Default null Nullable Yes Requires restart Yes Restored on Whole Cluster Restore No Visibility User cloud_storage_azure_container The name of the Azure container to use with Tiered Storage. If null, the property is disabled. Property Value Type string Default null Nullable Yes Requires restart Yes Restored on Whole Cluster Restore No Visibility User cloud_storage_azure_hierarchical_namespace_enabled Force Redpanda to use or not use an Azure Data Lake Storage (ADLS) Gen2 hierarchical namespace-compliant client in cloud_storage_azure_storage_account. When this property is not set, cloud_storage_azure_shared_key must be set, and each broker checks at startup if a hierarchical namespace is enabled. When set to true, this property disables the check and assumes a hierarchical namespace is enabled. When set to false, this property disables the check and assumes a hierarchical namespace is not enabled. This setting should be used only in emergencies where Redpanda fails to detect the correct a hierarchical namespace status. Property Value Type boolean Default null Nullable Yes Requires restart Yes Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_azure_managed_identity_id The managed identity ID to use for access to the Azure storage account. To use Azure managed identities, you must set cloud_storage_credentials_source to azure_vm_instance_metadata. See IAM Roles for more information on managed identities. Type: string Default: null Requires restart: No Supported versions: Redpanda v24.1 or later Property Value Type string Default null Nullable Yes Requires restart No Restored on Whole Cluster Restore Yes Visibility User Related topics IAM Roles cloud_storage_azure_shared_key The account access key to be used for Azure Shared Key authentication with the Azure storage account configured by cloud_storage_azure_storage_account. If null, the property is disabled. Redpanda expects this key string to be Base64 encoded. Requires restart: Yes Property Value Type string Default null Nullable Yes Requires restart No Restored on Whole Cluster Restore No Visibility User cloud_storage_azure_storage_account The name of the Azure storage account to use with Tiered Storage. If null, the property is disabled. Property Value Type string Default null Nullable Yes Requires restart Yes Restored on Whole Cluster Restore No Visibility User cloud_storage_backend Optional object storage backend variant used to select API capabilities. If not supplied, this will be inferred from other configuration properties. Property Value Type string (enum) Accepted values aws, google_s3_compat, azure, minio, oracle_s3_compat, linode_s3_compat, unknown Default unknown Nullable No Requires restart Yes Restored on Whole Cluster Restore No Visibility User Example aws cloud_storage_background_jobs_quota The total number of requests the object storage background jobs can make during one background housekeeping run. This is a per-shard limit. Adjusting this limit can optimize object storage traffic and impact shard performance. Property Value Type integer Range [-2147483648, 2147483647] Default 5000 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_bucket AWS or GCP bucket that should be used to store data. Modifying this property after writing data to a bucket could cause data loss. Property Value Type string Default null Nullable Yes Requires restart Yes Restored on Whole Cluster Restore No Visibility User cloud_storage_cache_check_interval_ms Minimum interval between Tiered Storage cache trims, measured in milliseconds. This setting dictates the cooldown period after a cache trim operation before another trim can occur. If a cache fetch operation requests a trim but the interval since the last trim has not yet passed, the trim will be postponed until this cooldown expires. Adjusting this interval helps manage the balance between cache size and retrieval performance. Property Value Type integer Range [-17592186044416, 17592186044415] Default 5000 (5 seconds) Nullable No Unit Milliseconds Requires restart Yes Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_cache_chunk_size Size of chunks of segments downloaded into object storage cache. Reduces space usage by only downloading the necessary chunk from a segment. Property Value Type integer Maximum 18446744073709552000 Default 16777216 Nullable No Requires restart Yes Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_cache_max_objects Maximum number of objects that may be held in the Tiered Storage cache. This applies simultaneously with cloud_storage_cache_size, and whichever limit is hit first will trigger trimming of the cache. Property Value Type integer Maximum 4294967295 Default 100000 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_cache_num_buckets Divide the object storage cache across the specified number of buckets. This only works for objects with randomized prefixes. The names are not changed when the value is set to zero. Property Value Type integer Maximum 4294967295 Default 0 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_cache_size Maximum size of the object storage cache, in bytes. This property works together with cloud_storage_cache_size_percent to define cache behavior: When both properties are set, Redpanda uses the smaller calculated value of the two, in bytes. If one of these properties is set to 0, Redpanda uses the non-zero value. These properties cannot both be 0. cloud_storage_cache_size cannot be 0 while cloud_storage_cache_size_percent is null. Property Value Type integer Maximum 18446744073709552000 Default 0 Nullable No Requires restart No Restored on Whole Cluster Restore No Visibility User cloud_storage_cache_size_percent Maximum size of the cache as a percentage, minus the space that Redpanda avoids using defined by the disk_reservation_percent cluster property. This is calculated at startup and dynamically updated if either this property, disk_reservation_percent, or cloud_storage_cache_size changes. This property works together with cloud_storage_cache_size to define cache behavior: When both properties are set, Redpanda uses the smaller calculated value of the two, in bytes. If one of these properties is set to 0, Redpanda uses the non-zero value. These properties cannot both be 0. cloud_storage_cache_size cannot be 0 while cloud_storage_cache_size_percent is null. Property Value Type number Default 20 Nullable Yes Unit Percent Requires restart No Restored on Whole Cluster Restore Yes Visibility User Example 20.0 Related topics disk_reservation_percent cloud_storage_cache_trim_threshold_percent_objects Introduced in 24.1.10 Cache trimming is triggered when the number of objects in the cache reaches this percentage relative to its maximum object count. If unset, the default behavior is to start trimming when the cache is full. Property Value Type number Default null Nullable Yes Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_cache_trim_threshold_percent_size Introduced in 24.1.10 Cache trimming is triggered when the cache size reaches this percentage relative to its maximum capacity. If unset, the default behavior is to start trimming when the cache is full. Property Value Type number Default null Nullable Yes Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_cache_trim_walk_concurrency The maximum number of concurrent tasks launched for traversing the directory structure during cache trimming. A higher number allows cache trimming to run faster but can cause latency spikes due to increased pressure on I/O subsystem and syscall threads. Property Value Type integer Maximum 65535 Default 1 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_chunk_eviction_strategy Selects a strategy for evicting unused cache chunks. Property Value Type string (enum) Accepted values eager, capped, predictive Default eager Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable Example eager cloud_storage_chunk_prefetch Number of chunks to prefetch ahead of every downloaded chunk. Prefetching additional chunks can enhance read performance by reducing wait times for sequential data access. A value of 0 disables prefetching, relying solely on on-demand downloads. Adjusting this property allows for tuning the balance between improved read performance and increased network and storage I/O. Property Value Type integer Maximum 65535 Default 0 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_client_lease_timeout_ms The maximum time Redpanda holds a connection to object storage before closing it. After this timeout, any active connection is immediately closed and must be re-established for subsequent operations. Property Value Type integer Range [-17592186044416, 17592186044415] Default 900000 (15 minutes) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_cluster_metadata_num_consumer_groups_per_upload Number of groups to upload in a single snapshot object during consumer offsets upload. Setting a lower value will mean a larger number of smaller snapshots are uploaded. Property Value Type integer Default 1000 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_cluster_metadata_retries Number of attempts metadata operations may be retried. Property Value Type integer Range [-32768, 32767] Default 5 Nullable No Requires restart Yes Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_cluster_metadata_upload_interval_ms Time interval to wait between cluster metadata uploads. Property Value Type integer Range [-17592186044416, 17592186044415] Default 3600000 (1 hour) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_cluster_metadata_upload_timeout_ms Timeout for cluster metadata uploads. Property Value Type integer Range [-17592186044416, 17592186044415] Default 60000 (1 minute) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_cluster_name A unique name for this cluster’s metadata in object storage. Use this when multiple clusters share the same storage bucket (for example, for Whole Cluster Restore). The name must be unique within the bucket, 1-64 characters, and use only letters, numbers, underscores, and hyphens. Don’t change this value once set. This is an internal-only configuration and should be enabled only after consulting with Redpanda support. Property Value Type string Default null Nullable Yes Requires restart No Restored on Whole Cluster Restore No Visibility User Related topics Whole Cluster Restore cloud_storage_credentials_host The hostname to connect to for retrieving role based credentials. Derived from cloud_storage_credentials_source if not set. Only required when using IAM role based access. To authenticate using access keys, see cloud_storage_access_key. Property Value Type string Default null Nullable Yes Requires restart Yes Restored on Whole Cluster Restore No Visibility Tunable cloud_storage_credentials_source The source of credentials used to authenticate to object storage services. Required for AWS or GCP authentication with IAM roles. To authenticate using access keys, see cloud_storage_access_key. Property Value Type string (enum) Accepted values config_file, aws_instance_metadata, sts, gcp_instance_metadata, azure_aks_oidc_federation, azure_vm_instance_metadata Default config_file Nullable No Requires restart Yes Restored on Whole Cluster Restore No Visibility User Example config_file cloud_storage_crl_file Path to certificate revocation list for cloud_storage_trust_file. Property Value Type string Default null Nullable Yes Requires restart Yes Restored on Whole Cluster Restore Yes Visibility User cloud_storage_disable_archival_stm_rw_fence Disables the concurrency control mechanism in Tiered Storage. This safety feature keeps data organized and correct when multiple processes access it simultaneously. Disabling it can cause data consistency problems, so use this setting only for testing, never in production systems. Property Value Type boolean Default false Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_disable_archiver_manager Use legacy upload mode and do not start archiver_manager. Property Value Type boolean Default true Nullable No Requires restart Yes Restored on Whole Cluster Restore Yes Visibility User cloud_storage_disable_chunk_reads Disable chunk reads and switch back to legacy mode where full segments are downloaded. When set to true, this option disables the more efficient chunk-based reads, causing Redpanda to download entire segments. This legacy behavior might be useful in specific scenarios where chunk-based fetching is not optimal. Property Value Type boolean Default false Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_disable_read_replica_loop_for_tests Begins the read replica sync loop in topic partitions with Tiered Storage enabled. The property exists to simplify testing and shouldn’t be set in production. Property Value Type boolean Default false Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_disable_remote_labels_for_tests If true, Redpanda disables remote labels and falls back on the hash-based object naming scheme for new topics. This property exists to simplify testing and shouldn’t be set in production. Property Value Type boolean Default false Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_disable_tls Disable TLS for all object storage connections. Property Value Type boolean Default false Nullable No Requires restart Yes Restored on Whole Cluster Restore Yes Visibility User cloud_storage_disable_upload_consistency_checks Disable all upload consistency checks to allow Redpanda to upload logs with gaps and replicate metadata with consistency violations. Do not change the default value unless requested by Redpanda Support. Property Value Type boolean Default false Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_disable_upload_loop_for_tests Begins the upload loop in topic partitions with Tiered Storage enabled. The property exists to simplify testing and shouldn’t be set in production. Property Value Type boolean Default false Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_enable_compacted_topic_reupload Enable re-uploading data for compacted topics. When set to true, Redpanda can re-upload data for compacted topics to object storage, ensuring that the most current state of compacted topics is available in the cloud. Disabling this property (false) may reduce storage and network overhead but at the risk of not having the latest compacted data state in object storage. Property Value Type boolean Default true Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_enable_remote_allow_gaps Controls the eviction of locally stored log segments when Tiered Storage uploads are paused. Set to false to only evict data that has already been uploaded to object storage. If the retained data fills the local volume, Redpanda throttles producers. Set to true to allow the eviction of locally stored log segments, which may create gaps in offsets. Property Value Type boolean Default false Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_enable_remote_read Default remote read config value for new topics. When set to true, new topics are by default configured to allow reading data directly from object storage, facilitating access to older data that might have been offloaded as part of Tiered Storage. With the default set to false, remote reads must be explicitly enabled at the topic level. Property Value Type boolean Default false Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_enable_remote_write Default remote write value for new topics. When set to true, new topics are by default configured to upload data to object storage. With the default set to false, remote write must be explicitly enabled at the topic level. Property Value Type boolean Default false Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_enable_scrubbing Enable routine checks (scrubbing) of object storage partitions. The scrubber validates the integrity of data and metadata uploaded to object storage. Property Value Type boolean Default false Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_enable_segment_merging Enables adjacent segment merging. The segments are reuploaded if there is an opportunity for that and if it will improve the tiered-storage performance Property Value Type boolean Default true Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable Related topics Object storage housekeeping cloud_storage_enable_segment_uploads Controls the upload of log segments to Tiered Storage. If set to false, this property temporarily pauses all log segment uploads from the Redpanda cluster. When the uploads are paused, the cloud_storage_enable_remote_allow_gaps cluster configuration and redpanda.remote.allowgaps topic properties control local retention behavior. Property Value Type boolean Default true Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable Related topics redpanda.remote.allowgaps cloud_storage_enabled Enable object storage. Must be set to true to use Tiered Storage or Remote Read Replicas. Enterprise license required The following values require an Enterprise license: true For license details, see Redpanda Licensing. Property Value Type boolean Default false Nullable No Requires restart Yes Restored on Whole Cluster Restore Yes Visibility User cloud_storage_full_scrub_interval_ms Interval, in milliseconds, between a final scrub and the next scrub. Property Value Type integer Range [-17592186044416, 17592186044415] Default 43200000 (12 hours) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_garbage_collect_timeout_ms Timeout for running the cloud storage garbage collection, in milliseconds. Property Value Type integer Range [-17592186044416, 17592186044415] Default 30000 (30 seconds) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_graceful_transfer_timeout_ms Time limit on waiting for uploads to complete before a leadership transfer. If this is null, leadership transfers proceed without waiting. Property Value Type integer Range [-17592186044416, 17592186044415] Default 5000 (5 seconds) Nullable Yes Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable Aliases cloud_storage_graceful_transfer_timeout cloud_storage_housekeeping_interval_ms Interval, in milliseconds, between object storage housekeeping tasks. Property Value Type integer Range [-17592186044416, 17592186044415] Default 300000 (5 minutes) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_hydrated_chunks_per_segment_ratio The maximum number of chunks per segment that can be hydrated at a time. Above this number, unused chunks are trimmed. A segment is divided into chunks. Chunk hydration means downloading the chunk (which is a small part of a full segment) from cloud storage and placing it in the local disk cache. Redpanda periodically removes old, unused chunks from your local disk. This process is called chunk eviction. This property controls how many chunks can be present for a given segment in local disk at a time, before eviction is triggered, removing the oldest ones from disk. Note that this property is not used for the default eviction strategy which simply removes all unused chunks. Property Value Type number Default 0.7 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_hydration_timeout_ms Time to wait for a hydration request to be fulfilled. If hydration is not completed within this time, the consumer is notified with a timeout error. Negative doesn’t make sense, but it may not be checked-for/enforced. Large is subjective, but a huge timeout also doesn’t make sense. This particular config doesn’t have a min/max bounds control, but it probably should to avoid mistakes. Property Value Type integer Range [-17592186044416, 17592186044415] Default 600000 (10 minutes) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_idle_threshold_rps The object storage request rate threshold for idle state detection. If the average request rate for the configured period is lower than this threshold, the object storage is considered idle. Property Value Type number Default 10 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_idle_timeout_ms The timeout, in milliseconds, used to detect the idle state of the object storage API. If the average object storage request rate is below this threshold for a configured amount of time, the object storage is considered idle and the housekeeping jobs are started. Property Value Type integer Range [-17592186044416, 17592186044415] Default 10000 (10 seconds) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_initial_backoff_ms Initial backoff time for exponential backoff algorithm (ms). Property Value Type integer Range [-17592186044416, 17592186044415] Default 100 (100 milliseconds) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_inventory_based_scrub_enabled Scrubber uses the latest cloud storage inventory report, if available, to check if the required objects exist in the bucket or container. Property Value Type boolean Default false Nullable No Requires restart Yes Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_inventory_id The name of the scheduled inventory job created by Redpanda to generate bucket or container inventory reports. Property Value Type string Default redpanda_scrubber_inventory Nullable No Requires restart Yes Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_inventory_max_hash_size_during_parse Maximum bytes of hashes held in memory before writing data to disk during inventory report parsing. This affects the number of files written to disk during inventory report parsing. When this limit is reached, new files are written to disk. Property Value Type integer Maximum 18446744073709552000 Default 67108864 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_inventory_report_check_interval_ms Time interval between checks for a new inventory report in the cloud storage bucket or container. Property Value Type integer Range [-17592186044416, 17592186044415] Default 21600000 (6 hours) Nullable No Unit Milliseconds Requires restart Yes Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_inventory_reports_prefix The prefix to the path in the cloud storage bucket or container where inventory reports will be placed. Property Value Type string Default redpanda_scrubber_inventory Nullable No Requires restart Yes Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_inventory_self_managed_report_config If enabled, Redpanda will not attempt to create the scheduled report configuration using cloud storage APIs. The scrubbing process will look for reports in the expected paths in the bucket or container, and use the latest report found. Primarily intended for use in testing and on backends where scheduled inventory reports are not supported. Property Value Type boolean Default false Nullable No Requires restart Yes Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_manifest_cache_size Amount of memory that can be used to handle Tiered Storage metadata. Property Value Type integer Default 1048576 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_manifest_cache_ttl_ms The time interval that determines how long the materialized manifest can stay in cache under contention. This parameter is used for performance tuning. When the spillover manifest is materialized and stored in cache and the cache needs to evict it it will use 'cloud_storage_materialized_manifest_ttl_ms' value as a timeout. The cursor that uses the spillover manifest uses this value as a TTL interval after which it stops referencing the manifest making it available for eviction. This only affects spillover manifests under contention. Property Value Type integer Range [-17592186044416, 17592186044415] Default 10000 (10 seconds) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_manifest_max_upload_interval_sec Minimum interval, in seconds, between partition manifest uploads. Actual time between uploads may be greater than this interval. If this is null, metadata is updated after each segment upload. Property Value Type integer Range [-17179869184, 17179869183] Default 60 (1 minute) Nullable Yes Unit Seconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_manifest_upload_timeout_ms Manifest upload timeout, in milliseconds. Property Value Type integer Range [-17592186044416, 17592186044415] Default 30000 (30 seconds) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_materialized_manifest_ttl_ms The interval, in milliseconds, determines how long the materialized manifest can stay in the cache under contention. This setting is used for performance tuning. When the spillover manifest is materialized and stored in the cache, and the cache needs to evict it, it uses this value as a timeout. The cursor that uses the spillover manifest uses this value as a TTL interval, after which it stops referencing the manifest making it available for eviction. This only affects spillover manifests under contention. Property Value Type string Default null Nullable No Unit Milliseconds Restored on Whole Cluster Restore Yes Visibility User cloud_storage_max_concurrent_hydrations_per_shard Maximum concurrent segment hydrations of remote data per CPU core. If unset, value of cloud_storage_max_connections / 2 is used, which means that half of available object storage bandwidth could be used to download data from object storage. If the cloud storage cache is empty every new segment reader will require a download. This will lead to 1:1 mapping between number of partitions scanned by the fetch request and number of parallel downloads. If this value is too large the downloads can affect other workloads. In case of any problem caused by the tiered-storage reads this value can be lowered. This will only affect segment hydrations (downloads) but won’t affect cached segments. If fetch request is reading from the tiered-storage cache its concurrency will only be limited by available memory. Property Value Type integer Maximum 4294967295 Default null Nullable Yes Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_max_connection_idle_time_ms Defines the maximum duration an HTTPS connection to object storage can stay idle, in milliseconds, before being terminated. This setting reduces resource utilization by closing inactive connections. Adjust this property to balance keeping connections ready for subsequent requests and freeing resources associated with idle connections. Property Value Type integer Range [-17592186044416, 17592186044415] Default 5000 (5 seconds) Nullable No Unit Milliseconds Requires restart Yes Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_max_connections Maximum simultaneous object storage connections per shard, applicable to upload and download activities. Property Value Type integer Range [-32768, 32767] Default 20 Nullable No Requires restart Yes Restored on Whole Cluster Restore Yes Visibility User cloud_storage_max_segment_readers_per_shard Maximum concurrent I/O cursors of materialized remote segments per CPU core. If unset, the value of topic_partitions_per_shard is used, where one segment reader per partition is used if the shard is at its maximum partition capacity. These readers are cached across Kafka consume requests and store a readahead buffer. Property Value Type integer Maximum 4294967295 Default null Nullable Yes Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable Aliases cloud_storage_max_readers_per_shard cloud_storage_max_segments_pending_deletion_per_partition The per-partition limit for the number of segments pending deletion from the cloud. Segments can be deleted due to retention or compaction. If this limit is breached and deletion fails, then segments are orphaned in the cloud and must be removed manually. Property Value Type integer Default 5000 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_max_throughput_per_shard Maximum bandwidth allocated to Tiered Storage operations per shard, in bytes per second. This setting limits the Tiered Storage subsystem’s throughput per shard, facilitating precise control over bandwidth usage in testing scenarios. In production environments, use cloud_storage_throughput_limit_percent for more dynamic throughput management based on actual storage capabilities. Property Value Type integer Default 1073741824 Nullable Yes Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_metadata_sync_timeout_ms Timeout for Use Tiered Storage metadata synchronization. Property Value Type integer Range [-17592186044416, 17592186044415] Default 10000 (10 seconds) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_min_chunks_per_segment_threshold The minimum number of chunks per segment for trimming to be enabled. If the number of chunks in a segment is below this threshold, the segment is small enough that all chunks in it can be hydrated at any given time. Property Value Type integer Maximum 18446744073709552000 Default 5 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_partial_scrub_interval_ms Time interval between two partial scrubs of the same partition. Property Value Type integer Range [-17592186044416, 17592186044415] Default 3600000 (1 hour) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_readreplica_manifest_sync_timeout_ms Timeout to check if new data is available for partitions in object storage for read replicas. Property Value Type integer Range [-17592186044416, 17592186044415] Default 30000 (30 seconds) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_recovery_temporary_retention_bytes_default Retention in bytes for topics created during automated recovery. Property Value Type integer Default 1073741824 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_recovery_topic_validation_depth Number of metadata segments to validate, from newest to oldest, when cloud_storage_recovery_topic_validation_mode is set to check_manifest_and_segment_metadata. Property Value Type integer Maximum 4294967295 Default 10 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_recovery_topic_validation_mode Validation performed before recovering a topic from object storage. In case of failure, the reason for the failure appears as ERROR lines in the Redpanda application log. For each topic, this reports errors for all partitions, but for each partition, only the first error is reported. This property accepts the following parameters: no_check: Skips the checks for topic recovery. check_manifest_existence: Runs an existence check on each partition_manifest. Fails if there are connection issues to the object storage. check_manifest_and_segment_metadata: Downloads the manifest and runs a consistency check, comparing the metadata with the cloud storage objects. The process fails if metadata references any missing cloud storage objects. Example: Redpanda validates the topic kafka/panda-topic-recovery-NOT-OK and stops due to a fatal error on partition 0: ERROR 2024-04-24 21:29:08,166 [shard 1:main] cluster - [fiber11|0|299996ms recovery validation of {kafka/panda-topic-recovery-NOT-OK/0}/24] - manifest metadata check: missing segment, validation not ok ERROR 2024-04-24 21:29:08,166 [shard 1:main] cluster - topics_frontend.cc:519 - Stopping recovery of {kafka/panda-topic-recovery-NOT-OK} due to validation error Each failing partition error message has the following format: ERROR .... [... recovery validation of {<namespace/topic/partition>}...] - <failure-reason>, validation not ok At the end of the process, Redpanda outputs a final ERROR message: ERROR ... ... - Stopping recovery of {<namespace/topic>} due to validation error Property Value Type string (enum) Accepted values check_manifest_existence, check_manifest_and_segment_metadata, no_check Default check_manifest_existence Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable Example check_manifest_existence cloud_storage_region Cloud provider region that houses the bucket or container used for storage. Property Value Type string Default null Nullable Yes Requires restart Yes Restored on Whole Cluster Restore No Visibility User cloud_storage_roles_operation_timeout_ms Timeout for IAM role related operations (ms). Property Value Type integer Range [-17592186044416, 17592186044415] Default 30000 (30 seconds) Nullable No Unit Milliseconds Requires restart Yes Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_scrubbing_interval_jitter_ms Jitter applied to the object storage scrubbing interval. Property Value Type integer Range [-17592186044416, 17592186044415] Default 600000 (10 minutes) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_secret_key Cloud provider secret key. Property Value Type string Default null Nullable Yes Requires restart Yes Restored on Whole Cluster Restore No Visibility User cloud_storage_segment_max_upload_interval_sec Time that a segment can be kept locally without uploading it to the object storage, in seconds. Property Value Type integer Range [-17179869184, 17179869183] Default 3600 (1 hour) Nullable Yes Unit Seconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_segment_size_min Smallest acceptable segment size in the object storage. Default: cloud_storage_segment_size_target/2. Property Value Type integer Default null Nullable Yes Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_segment_size_target Desired segment size in the object storage. The default is set in the topic-level segment.bytes property. Property Value Type integer Default null Nullable Yes Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_segment_upload_timeout_ms Log segment upload timeout, in milliseconds. Property Value Type integer Range [-17592186044416, 17592186044415] Default 90000 (90 seconds) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_spillover_manifest_max_segments Maximum number of segments in the spillover manifest that can be offloaded to the object storage. This setting serves as a threshold for triggering data offload based on the number of segments, rather than the total size of the manifest. It is designed for use in testing environments to control the offload behavior more granularly. In production settings, manage offloads based on the manifest size through cloud_storage_spillover_manifest_size for more predictable outcomes. Property Value Type integer Default null Nullable Yes Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_spillover_manifest_size The size of the manifest which can be offloaded to the cloud. If the size of the local manifest stored in Redpanda exceeds cloud_storage_spillover_manifest_size by two times the spillover mechanism will split the manifest into two parts and one will be uploaded to object storage. Property Value Type integer Default 65536 Nullable Yes Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_throughput_limit_percent Maximum throughput used by Tiered Storage per broker expressed as a percentage of the disk bandwidth. If the server has several disks, Redpanda uses the one that stores the Tiered Storage cache. Even if Tiered Storage is allowed to use the full bandwidth of the disk (100%), it won’t necessarily use it in full. The actual usage depends on your workload and the state of the Tiered Storage cache. This setting is a safeguard that prevents Tiered Storage from using too many system resources: it is not a performance tuning knob. Property Value Type integer Default 50 Nullable Yes Unit Percent Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_topic_purge_grace_period_ms Grace period during which the purger refuses to purge the topic. Property Value Type integer Range [-17592186044416, 17592186044415] Default 30000 (30 seconds) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_trust_file Path to certificate that should be used to validate server certificate during TLS handshake. Property Value Type string Default null Nullable Yes Requires restart Yes Restored on Whole Cluster Restore No Visibility User cloud_storage_upload_ctrl_d_coeff Derivative coefficient for upload PID controller. Property Value Type number Default 0 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_upload_ctrl_max_shares Maximum number of I/O and CPU shares that archival upload can use. Property Value Type integer Range [-32768, 32767] Default 1000 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_upload_ctrl_min_shares Minimum number of I/O and CPU shares that archival upload can use. Property Value Type integer Range [-32768, 32767] Default 100 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_upload_ctrl_p_coeff Proportional coefficient for upload PID controller. Property Value Type number Default -2 Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_upload_ctrl_update_interval_ms The interval (in milliseconds) for updating the controller that manages the priority of Tiered Storage uploads. This property determines how frequently the system recalculates and adjusts the work scheduling for uploads to object storage. This is an internal-only configuration and should be enabled only after consulting with Redpanda support. Property Value Type integer Range [-17592186044416, 17592186044415] Default 60000 (1 minute) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_upload_loop_initial_backoff_ms Initial backoff interval when there is nothing to upload for a partition, in milliseconds. Property Value Type integer Range [-17592186044416, 17592186044415] Default 100 (100 milliseconds) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_upload_loop_max_backoff_ms Maximum backoff interval when there is nothing to upload for a partition, in milliseconds. Property Value Type integer Range [-17592186044416, 17592186044415] Default 10000 (10 seconds) Nullable No Unit Milliseconds Requires restart No Restored on Whole Cluster Restore Yes Visibility Tunable cloud_storage_url_style Configure the addressing style that controls how Redpanda formats bucket URLs for S3-compatible object storage. Leave this property unset (null) to use automatic configuration: For AWS S3: Redpanda attempts virtual_host addressing first, then falls back to path style if needed For MinIO: Redpanda automatically uses path style regardless of MINIO_DOMAIN configuration Set this property explicitly to override automatic configuration, ensure consistent behavior across deployments, or when using S3-compatible storage that requires a specific URL format. AWS requires virtual-hosted addressing for buckets created after September 30, 2020. If you use AWS S3 with buckets created after this date, use virtual_host addressing. For MinIO deployments, Redpanda defaults to path style when this property is unset. To use virtual_host addressing with a configured MINIO_DOMAIN, set this property explicitly to virtual_host. For other S3-compatible storage backends, consult your provider’s documentation to determine the required URL style. Property Value Type string (enum) Accepted values virtual_host, path Default null Nullable Yes Requires restart Yes Restored on Whole Cluster Restore Yes Visibility User Example virtual_host kafka_enable_describe_log_dirs_remote_storage Whether to include Tiered Storage as a special remote:// directory in DescribeLogDirs Kafka API requests. Property Value Type boolean Default true Nullable No Requires restart No Restored on Whole Cluster Restore Yes Visibility User Example false Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution 🎉 Thanks for your feedback! Cluster Configuration Properties Topic Configuration Properties