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/console/pages/index.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@ image::topic.png[]
34
34
Manage Redpanda users and control who has access to Redpanda Console:
35
35
36
36
* *Visual ACL management*: Create, view, and manage ACLs, ensuring that your data is secure and access is properly controlled.
37
-
* *Identity provider integration*: For enterprise users, Redpanda Console integrates with identity providers (IDP) for single sign-on (SSO), making user management straightforward and secure.
37
+
* *Rotate credentials*: Update user and service account passwords to maintain security without downtime.
38
+
* *Identity provider integration*: For enterprise users, Redpanda Console integrates with identity providers (IdPs) for single sign-on (SSO), making user management straightforward and secure.
Copy file name to clipboardExpand all lines: modules/deploy/pages/deployment-option/self-hosted/manual/sizing.adoc
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,24 @@ Throughput and retention requirements can cause bottlenecks in the system. On an
14
14
15
15
In general, choose the number of nodes based on the following criteria, and add nodes for fault tolerance. This ensures that the system can operate with full throughput in a degraded state.
16
16
17
-
* Total network bandwidth must account for maximum simultaneous writes and reads, multiplied by the replication factor.
18
-
* Have a minimum of 2 GB memory for each core, but more memory is better.
19
-
* Have a minimum of 4 MB of memory for each topic partition replica. You can enforce this requirement in the tunable xref:reference:tunable-properties.adoc#topic_memory_per_partition[`topic_memory_per_partition` property].
20
-
* Use Tiered Storage to unify historical and real-time data.
21
-
* For AWS, test with either i3en, i4i, or is4gen; for GCP, test with n2-standard (GCP); and for Azure, test with lsv2. In general, choose instance types that prioritize storage and network performance.
22
-
* Run hardware and Redpanda benchmark tests for a performance baseline.
17
+
* **Network bandwidth**: Total bandwidth must account for maximum simultaneous writes and reads, multiplied by the replication factor.
18
+
* **Memory per core**: Allocate a minimum of 2 GB memory for each CPU core. Additional memory could improve performance.
19
+
* **Memory per partition**: Allocate a minimum of 2 MB of memory for each topic partition replica.
20
+
+
21
+
For example: If you have 10,000 total partitions with a replication factor of 3, you need at least 60 GB of memory across all brokers:
If these partitions are evenly distributed across three brokers, each broker needs at least 20 GB of memory.
26
+
* **Storage strategy**: Use Tiered Storage to unify historical and real-time data cost-effectively.
27
+
* **Performance testing**: Run hardware and Redpanda benchmark tests to establish a performance baseline. Choose instance types that prioritize storage and network performance:
28
+
+
29
+
--
30
+
* **AWS**: Test with i3en (NVMe SSD), i4i (NVMe), or is4gen (Intel-based NVMe) instances, or other NVMe-backed types
31
+
* **Azure**: Test with Lsv2-series instances (high I/O performance) or other high-performance storage types
32
+
* **GCP**: Test with n2-standard instances with local SSD or other high-performance local storage types
Internal metrics (`/metrics`) can generate thousands of metric series in production environments, so use them judiciously in monitoring systems to avoid performance issues. For alerting and dashboards, public metrics are preferable (`/public_metrics`) because they are optimized for lower cardinality.
22
+
23
+
The xref:reference:properties/cluster-properties.adoc#aggregate_metrics[aggregate_metrics] cluster property controls internal metrics cardinality. When you enable this property, internal metrics combine labels (like shard) to reduce the number of series. Public metrics always combine labels, regardless of this setting.
24
+
21
25
== vectorized_alien_receive_batch_queue_length
22
26
23
27
Indicates the current length of the alien receive batch queue.
Copy file name to clipboardExpand all lines: modules/reference/pages/properties/object-storage-properties.adoc
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1712,23 +1712,32 @@ Maximum backoff interval when there is nothing to upload for a partition, in mil
1712
1712
1713
1713
=== cloud_storage_url_style
1714
1714
1715
-
Specifies the addressing style to use for Amazon S3 requests. This configuration determines how S3 bucket URLs are formatted. Path style is supported for backward compatibility with legacy systems.
1715
+
Configure the addressing style that controls how Redpanda formats bucket URLs for S3-compatible object storage.
1716
1716
1717
-
When this property is not set (`null`), the client tries to use `virtual_host` addressing.
1717
+
Leave this property unset (`null`)to use automatic configuration:
1718
1718
1719
-
If the initial request fails, the client automatically tries the `path` style.
1719
+
* For AWS S3: Redpanda attempts `virtual_host` addressing first, then falls back to `path` style if needed
1720
+
* For MinIO: Redpanda automatically uses `path` style regardless of `MINIO_DOMAIN` configuration
1720
1721
1721
-
If neither addressing style works, Redpanda terminates the startup, requiring manual configuration to proceed.
1722
+
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.
1723
+
1724
+
CAUTION: 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.
1725
+
1726
+
NOTE: 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.
In a live system, Redpanda metrics are exported only for features that are in use. For example, Redpanda does not export metrics for consumer groups if no groups are registered.
15
+
16
+
To see the available public metrics in your system, query the `/public_metrics` endpoint:
Amount of free disk space (in bytes) available on attached storage.
@@ -1191,6 +1214,11 @@ Total number of records fetched from a topic.
1191
1214
1192
1215
*Type*: counter
1193
1216
1217
+
*Labels*:
1218
+
1219
+
* `redpanda_namespace`
1220
+
* `redpanda_topic`
1221
+
1194
1222
---
1195
1223
1196
1224
=== redpanda_kafka_records_produced_total
@@ -1199,6 +1227,11 @@ Total number of records produced to a topic.
1199
1227
1200
1228
*Type*: counter
1201
1229
1230
+
*Labels*:
1231
+
1232
+
* `redpanda_namespace`
1233
+
* `redpanda_topic`
1234
+
1202
1235
---
1203
1236
1204
1237
=== redpanda_kafka_replicas
@@ -1826,6 +1859,34 @@ Indicator of whether a resource has at least one valid TLS certificate installed
1826
1859
1827
1860
---
1828
1861
1862
+
=== redpanda_trust_file_crc32c
1863
+
1864
+
CRC32C checksum calculated from the contents of the trust file. This value is calculated when a valid certificate is loaded and a trust store is present. Otherwise, the value is zero.
|-o, --output |string |The file path where the debug file will be written (default `./<timestamp>-remote-bundle.zip`).
31
31
32
+
|--upload-url |string |If provided, where to upload the bundle in addition to creating a copy on disk.
33
+
32
34
|--config |string |Redpanda or `rpk` config file; default search paths are `/var/lib/redpanda/.config/rpk/rpk.yaml`, `$PWD/redpanda.yaml`, and `/etc/redpanda/redpanda.yaml`.
33
35
34
36
|-X, --config-opt |stringArray |Override `rpk` configuration settings. See xref:reference:rpk/rpk-x-options.adoc[`rpk -X`] or execute `rpk -X help` for inline detail or `rpk -X list` for terser detail.
0 commit comments