-
Notifications
You must be signed in to change notification settings - Fork 4
DOC-666 cluster config in Cloud #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC-666 cluster config in Cloud #245
Conversation
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
PR Change SummaryUpdated documentation for cluster configuration in Redpanda Cloud, including new features and limitations.
Modified Files
Added Files
How can I customize these reviews?Check out the Hyperlint AI Reviewer docs for more information on how to customize the review. If you just want to ignore it on this PR, you can add the Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add |
4cddb94 to
a89d19d
Compare
…appropriate-cluster-configuration-properties-in-Console # Conflicts: # modules/ROOT/nav.adoc
…appropriate-cluster-configuration-properties-in-Console # Conflicts: # modules/get-started/pages/whats-new-cloud.adoc
|
|
||
| == Cluster configuration | ||
|
|
||
| include::ROOT:reference:properties/cluster-properties.adoc[tags=audit_enabled;audit_enabled_event_types;audit_excluded_principals;audit_excluded_topics;data_transforms_enabled;data_transforms_logging_line_max_bytes;iceberg_catalog_type;iceberg_delete;iceberg_enabled;iceberg_rest_catalog_client_id;iceberg_rest_catalog_client_secret;iceberg_rest_catalog_token;iceberg_rest_catalog_authentication_mode;iceberg_rest_catalog_endpoint;iceberg_rest_catalog_oauth2_server_uri;iceberg_rest_catalog_prefix;iceberg_rest_catalog_request_timeout_ms;iceberg_default_partition_spec;iceberg_invalid_record_action;iceberg_target_lag_ms;iceberg_rest_catalog_trust;iceberg_rest_catalog_crl] No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@micheleRP audit_enabled_event_types is being removed from cloud. The rest stay.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
…appropriate-cluster-configuration-properties-in-Console
Co-authored-by: Jake Cahill <[email protected]>
…appropriate-cluster-configuration-properties-in-Console # Conflicts: # modules/get-started/pages/whats-new-cloud.adoc
| :description: Learn how to use Redpanda's audit logging capabilities. | ||
| :page-context-links: [{"name": "Linux", "to": "manage:audit-logging.adoc" },{"name": "Kubernetes", "to": "manage:kubernetes/security/k-audit-logging.adoc" } ] | ||
| :page-categories: Management, Security | ||
| :env-linux: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this attribute required in cloud-docs?
Description
This adds cluster config via the Cloud API into Cloud docs, which enables Iceberg topics, data transforms, and audit logging.
NOTE: Single sourcing and conditionalizing Cloud/Self-Managed content for this PR is done in redpanda-data/docs#1041.
Resolves https://redpandadata.atlassian.net/browse/DOC-666
Review deadline: April 7
New sections for cluster maintenance:
modules/manage/pages/cluster-maintenance/to provide detailed information on configuring cluster properties and audit logging. [1] [2] [3] [4]Content updates for existing features:
modules/get-started/pages/cloud-overview.adocto reflect new beta features and changes in Redpanda Cloud functionality. [1] [2]modules/get-started/pages/whats-new-cloud.adocto announce the general availability of data transforms and new cluster configuration capabilities.Updates to navigation:
modules/ROOT/nav.adoc: Reorganized the navigation to include new sections for data transforms and cluster maintenance, and moved some existing links to more appropriate sections. [1] [2] [3] [4]New sections for data transforms:
modules/develop/pages/data-transforms/to cover various aspects of data transforms, including building, configuring, deploying, monitoring, and testing data transforms. [1] [2] [3] [4] [5] [6] [7] [8] [9]Page previews
Configure Cluster Properties
Cluster Configuration Properties
What's New
Cloud Overview (supported features, features in beta)
Data Transforms
Audit Logging
Checks