diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 5c78db082..087cb438f 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -514,6 +514,8 @@ ***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-list.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-connections.adoc[] +***** xref:reference:rpk/rpk-cluster/rpk-cluster-connections-list.adoc[] **** xref:reference:rpk/rpk-cluster/rpk-cluster-logdirs.adoc[] ***** xref:reference:rpk/rpk-cluster/rpk-cluster-logdirs-describe.adoc[] **** xref:reference:rpk/rpk-cluster/rpk-cluster-info.adoc[] diff --git a/modules/get-started/pages/whats-new-cloud.adoc b/modules/get-started/pages/whats-new-cloud.adoc index 71d01840c..29d5c87a3 100644 --- a/modules/get-started/pages/whats-new-cloud.adoc +++ b/modules/get-started/pages/whats-new-cloud.adoc @@ -12,6 +12,10 @@ This page lists new features added to Redpanda Cloud. You can now create xref:get-started:cluster-types/serverless.adoc[Serverless clusters] on Google Cloud Platform (GCP). Serverless on GCP is in a glossterm:beta[] release. +=== Connected client monitoring + +You can view details about Kafka client connections using `rpk` or the Data Plane API. This allows you to view detailed information about active client connections on a cluster, and identify and troubleshoot problematic clients. For more information, see the xref:manage:cluster-maintenance/manage-throughput.adoc#view-connected-client-details[connected client details] example in the Manage Throughput guide. + === Redpanda Connect updates Redpanda Connect provides a simplified xref:develop:connect/connect-quickstart.adoc[quickstart] experience in the UI that helps you to start building data pipelines. The quickstart wizard creates pipelines to stream data into and out of Redpanda, populating the required YAML configuration automatically. diff --git a/modules/manage/pages/cluster-maintenance/configure-availability.adoc b/modules/manage/pages/cluster-maintenance/configure-availability.adoc deleted file mode 100644 index aba30230a..000000000 --- a/modules/manage/pages/cluster-maintenance/configure-availability.adoc +++ /dev/null @@ -1,4 +0,0 @@ -= Configure Client Connections -:description: Learn about guidelines for configuring client connections in Redpanda clusters for optimal availability. - -include::ROOT:manage:cluster-maintenance/configure-availability.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/cluster-maintenance/configure-client-connections.adoc b/modules/manage/pages/cluster-maintenance/configure-client-connections.adoc new file mode 100644 index 000000000..09d826506 --- /dev/null +++ b/modules/manage/pages/cluster-maintenance/configure-client-connections.adoc @@ -0,0 +1,5 @@ += Configure Client Connections +:page-aliases: manage:cluster-maintenance/configure-availability.adoc +:description: Learn about guidelines for configuring client connections in Redpanda clusters for optimal availability. + +include::ROOT:manage:cluster-maintenance/configure-client-connections.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-connections-list.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-connections-list.adoc new file mode 100644 index 000000000..cf8d25dde --- /dev/null +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-connections-list.adoc @@ -0,0 +1,3 @@ += rpk cluster connections list + +include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-connections-list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-connections.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-connections.adoc new file mode 100644 index 000000000..7d9efd9a0 --- /dev/null +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-connections.adoc @@ -0,0 +1,3 @@ += rpk cluster connections + +include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-connections.adoc[tag=single-source] \ No newline at end of file