Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ content:
- url: .
branches: HEAD
- url: https://github.com/redpanda-data/documentation
branches: [main, v/*, api, shared, site-search]
branches: [DOC-1407-single-source-additions-for-Cloud, v/*, api, shared, site-search]
- url: https://github.com/redpanda-data/redpanda-labs
branches: main
start_paths: [docs,'*/docs']
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@
**** xref:reference:rpk/rpk-cloud/rpk-cloud-logout.adoc[]
*** xref:reference:rpk/rpk-cluster/rpk-cluster.adoc[]
**** xref:reference:rpk/rpk-cluster/rpk-cluster-config.adoc[]
***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-get.adoc[]
***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-set.adoc[]
***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-status.adoc[]
**** xref:reference:rpk/rpk-cluster/rpk-cluster-logdirs.adoc[]
Expand Down
4 changes: 3 additions & 1 deletion modules/manage/pages/monitor-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ image::https://github.com/redpanda-data/observability/blob/main/docs/images/Ops%

It includes https://github.com/redpanda-data/observability#grafana-dashboards[example Grafana dashboards^] and a https://github.com/redpanda-data/observability#sandbox-environment[sandbox environment^] in which you launch a Dockerized Redpanda cluster and create a custom workload to monitor with dashboards.

include::manage:partial$monitor-health.adoc[]
== Monitor for health and performance

include::ROOT:manage:partial$monitor-health.adoc[tag=single-source]

== References

Expand Down
262 changes: 0 additions & 262 deletions modules/manage/partials/monitor-health.adoc

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ NOTE: Some properties require a cluster restart for updates to take effect. This

== Cluster configuration

include::ROOT:reference:properties/cluster-properties.adoc[tags=audit_enabled;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;data_transforms_per_function_memory_limit;data_transforms_binary_max_size;log_segment_ms;http_authentication;iceberg_catalog_base_location;default_topic_replications;minimum_topic_replications;oidc_discovery_url;oidc_principal_mapping;oidc_token_audience;sasl_mechanisms;tls_min_version;audit_log_num_partitions;data_transforms_per_core_memory_reservation;iceberg_disable_snapshot_tagging]
include::ROOT:reference:properties/cluster-properties.adoc[tags=audit_enabled;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;data_transforms_per_function_memory_limit;data_transforms_binary_max_size;log_segment_ms;http_authentication;iceberg_catalog_base_location;default_topic_replications;minimum_topic_replications;oidc_discovery_url;oidc_principal_mapping;oidc_token_audience;sasl_mechanisms;tls_min_version;audit_log_num_partitions;data_transforms_per_core_memory_reservation;iceberg_disable_snapshot_tagging;enable_consumer_group_metrics]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk cluster config get

include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-config-get.adoc[tag=single-source]