From e370ef8723b5d4fdf02c831d3bf353e9b11825c8 Mon Sep 17 00:00:00 2001 From: Amruta Ranade Date: Tue, 16 Apr 2024 12:03:13 -0400 Subject: [PATCH 1/2] Updated content, renamed file, and fixed broken links for unsupported features --- src/current/_data/redirects.yml | 3 + .../v22.1/sidebar-data/reference.json | 4 +- .../v22.2/sidebar-data/reference.json | 4 +- .../v23.1/sidebar-data/reference.json | 4 +- .../v23.2/sidebar-data/reference.json | 4 +- .../v24.1/sidebar-data/reference.json | 4 +- .../cloud-unsupported-features.md | 66 ++++++++++++++++++ .../serverless-unsupported-features.md | 69 ------------------- 8 files changed, 79 insertions(+), 79 deletions(-) create mode 100644 src/current/cockroachcloud/cloud-unsupported-features.md delete mode 100644 src/current/cockroachcloud/serverless-unsupported-features.md diff --git a/src/current/_data/redirects.yml b/src/current/_data/redirects.yml index b7f4ab3444b..073862ea8e1 100644 --- a/src/current/_data/redirects.yml +++ b/src/current/_data/redirects.yml @@ -828,6 +828,9 @@ - destination: cockroachcloud/resource-usage.md sources: ['cockroachcloud/serverless-resource-usage.md'] +- destination: cockroachcloud/cloud-unsupported-features.md + sources: ['cockroachcloud/serverless-unsupported-features.md'] + - destination: plan-your-cluster-basic.md sources: - 'plan-your-cluster-serverless.md' diff --git a/src/current/_includes/v22.1/sidebar-data/reference.json b/src/current/_includes/v22.1/sidebar-data/reference.json index 031e66da769..bd99725ed5e 100644 --- a/src/current/_includes/v22.1/sidebar-data/reference.json +++ b/src/current/_includes/v22.1/sidebar-data/reference.json @@ -1858,9 +1858,9 @@ ] }, { - "title": "Unsupported Features in CockroachDB Serverless", + "title": "Unsupported Features in CockroachDB Cloud", "urls": [ - "/cockroachcloud/serverless-unsupported-features.html" + "/cockroachcloud/cloud-unsupported-features.html" ] }, { diff --git a/src/current/_includes/v22.2/sidebar-data/reference.json b/src/current/_includes/v22.2/sidebar-data/reference.json index 52ed7702417..e04c3910264 100644 --- a/src/current/_includes/v22.2/sidebar-data/reference.json +++ b/src/current/_includes/v22.2/sidebar-data/reference.json @@ -1750,9 +1750,9 @@ ] }, { - "title": "Unsupported Features in CockroachDB Serverless", + "title": "Unsupported Features in CockroachDB Cloud", "urls": [ - "/cockroachcloud/serverless-unsupported-features.html" + "/cockroachcloud/cloud-unsupported-features.html" ] }, { diff --git a/src/current/_includes/v23.1/sidebar-data/reference.json b/src/current/_includes/v23.1/sidebar-data/reference.json index 46c34b3e901..f55046c79a9 100644 --- a/src/current/_includes/v23.1/sidebar-data/reference.json +++ b/src/current/_includes/v23.1/sidebar-data/reference.json @@ -297,9 +297,9 @@ ] }, { - "title": "Unsupported Features in Serverless", + "title": "Unsupported Features in CockroachDB Cloud", "urls": [ - "/cockroachcloud/serverless-unsupported-features.html" + "/cockroachcloud/cloud-unsupported-features.html" ] }, { diff --git a/src/current/_includes/v23.2/sidebar-data/reference.json b/src/current/_includes/v23.2/sidebar-data/reference.json index bd2d24659f6..d0f2b1c6f3f 100644 --- a/src/current/_includes/v23.2/sidebar-data/reference.json +++ b/src/current/_includes/v23.2/sidebar-data/reference.json @@ -297,9 +297,9 @@ ] }, { - "title": "Unsupported Features in Serverless", + "title": "Unsupported Features in CockroachDB Cloud", "urls": [ - "/cockroachcloud/serverless-unsupported-features.html" + "/cockroachcloud/cloud-unsupported-features.html" ] }, { diff --git a/src/current/_includes/v24.1/sidebar-data/reference.json b/src/current/_includes/v24.1/sidebar-data/reference.json index bd2d24659f6..d0f2b1c6f3f 100644 --- a/src/current/_includes/v24.1/sidebar-data/reference.json +++ b/src/current/_includes/v24.1/sidebar-data/reference.json @@ -297,9 +297,9 @@ ] }, { - "title": "Unsupported Features in Serverless", + "title": "Unsupported Features in CockroachDB Cloud", "urls": [ - "/cockroachcloud/serverless-unsupported-features.html" + "/cockroachcloud/cloud-unsupported-features.html" ] }, { diff --git a/src/current/cockroachcloud/cloud-unsupported-features.md b/src/current/cockroachcloud/cloud-unsupported-features.md new file mode 100644 index 00000000000..4f50441f18c --- /dev/null +++ b/src/current/cockroachcloud/cloud-unsupported-features.md @@ -0,0 +1,66 @@ +--- +title: Unsupported Features in CockroachDB Cloud +summary: Summary of CockroachDB features that are not supported for some CockroachDB Cloud plans +toc: true +docs_area: reference +--- + +This topic describes the features that are either unsupported or partially supported in some CockroachDB {{ site.data.products.cloud }} plans. + +## Change data capture + +You can't collect [metrics per changefeed](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/monitor-and-debug-changefeeds#using-changefeed-metrics-labels) or configure [alerts on changefeeds](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/monitoring-and-alerting#changefeed-is-experiencing-high-latency) for CockroachDB {{ site.data.products.basic }} and {{ site.data.products.standard }} clusters. + +## Backups + +CockroachDB {{ site.data.products.basic }} and {{ site.data.products.standard }} clusters only support automated full backups. Automated [incremental](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/take-full-and-incremental-backups) and [revision history](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/take-backups-with-revision-history-and-restore-from-a-point-in-time) backups are not supported. However, you can take manual [incremental and revision history backups]({% link cockroachcloud/take-and-restore-customer-owned-backups.md %}#examples) to your own [storage location](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/use-cloud-storage). + +Automated database and table level backups are not supported in CockroachDB CockroachDB {{ site.data.products.basic }} and {{ site.data.products.standard }}. However, you can take manual [database and table level backups]({% link cockroachcloud/take-and-restore-customer-owned-backups.md %}#examples) to your own [storage location](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/use-cloud-storage). + +CockroachDB {{ site.data.products.basic }}, {{ site.data.products.standard }}, and {{ site.data.products.advanced }} clusters do not support automated [locality-aware backups](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/take-and-restore-locality-aware-backups). However, you can take manual locality-aware backups to your own [cloud storage location](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/use-cloud-storage). + +{{site.data.alerts.callout_info}} +{% include cockroachcloud/backups/locality-aware-multi-tenant.md %} +{{site.data.alerts.end}} + +## Adding and removing regions + +You cannot currently edit an existing CockroachDB {{ site.data.products.basic }} and {{ site.data.products.standard }} to remove regions after it has been created. Instead you can [back up and restore]({% link cockroachcloud/take-and-restore-customer-owned-backups.md %}) your data into a new CockroachDB {{ site.data.products.basic }} or {{ site.data.products.standard }} cluster with the desired region configuration. + +## Range management + +The [`ALTER TABLE ... SPLIT AT`](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/alter-table#split-at) and [`ALTER RANGE ... RELOCATE`](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/alter-range#relocate) statements are not supported in CockroachDB {{ site.data.products.basic }} and {{ site.data.products.standard }} clusters. + +## Self service upgrades + +CockroachDB {{ site.data.products.basic }} and {{ site.data.products.standard }} are fully managed multi-tenant deployments of CockroachDB. Major and patch upgrades of CockroachDB are handled by Cockroach Labs, and can't be initiated by users. + +## Monitoring workloads and cluster health + +The [DB Console](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/ui-overview) is not supported in CockroachDB {{ site.data.products.basic }} and {{ site.data.products.standard }}. The CockroachDB [Cloud Console]({% link cockroachcloud/cluster-overview-page.md %}) provides metrics and graphs to monitor the health, performance, and state of your cluster. + +The Cloud Console provides a subset of observability information from the DB Console including [**Metrics**]({% link cockroachcloud/metrics.md %}#cockroachdb-cloud-console-metrics-page), [**SQL Activity**]({% link cockroachcloud/statements-page.md %}), [**Jobs**]({% link cockroachcloud/jobs-page.md %}), and [**Databases**](databases-page.html) information. The Cloud Console does not include information from the following DB Console pages: + +- Non-SQL metrics +- Network Latency +- Hot ranges +- Advanced Debug + +The Cloud Console also does not currently provide the following features available in the DB Console: + +- [Direct actions to drop unused indexes](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/ui-databases-page#index-recommendations) on the **Insights** and **Databases** pages +- [Direct actions to create missing indexes](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/ui-insights-page#schema-insights-tab) and [replace existing indexes](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/ui-insights-page#schema-insights-tab) on the **Insights** page + +CockroachDB {{ site.data.products.basic }} and {{ site.data.products.standard }} clusters do not expose [Prometheus endpoints](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/monitor-cockroachdb-with-prometheus). + +## Audit logs + +There is no self-service way of accessing [audit logs]({% link cockroachcloud/sql-audit-logging.md %}) for CockroachDB {{ site.data.products.basic }} and {{ site.data.products.standard }} clusters. If you are running production workloads and need access to audit logs, contact [Cockroach Labs Support](https://support.cockroachlabs.com). + +## Encryption + +Cluster storage for CockroachDB {{ site.data.products.basic }} and {{ site.data.products.standard }} is encrypted at rest by the cloud provider. [Customer-managed encryption keys]({% link cockroachcloud/managing-cmek.md %}) (CMEK) are not supported in CockroachDB {{ site.data.products.basic }} and {{ site.data.products.standard }}. CMEK is available only in [CockroachDB {{ site.data.products.advanced }} with security add-ons enabled]({% link cockroachcloud/create-an-advanced-cluster.md %}). + +## Network security + +[Private clusters]({% link cockroachcloud/private-clusters.md %}), compliance with [PCI DSS]({% link cockroachcloud/pci-dss.md %}), and compliance with [HIPAA]({% link cockroachcloud/pci-dss.md %}#hipaa) are not supported in {{ site.data.products.basic }} and {{ site.data.products.standard }}. These features are available only in [CockroachDB {{ site.data.products.advanced }} with security add-ons enabled]({% link cockroachcloud/create-an-advanced-cluster.md %}). diff --git a/src/current/cockroachcloud/serverless-unsupported-features.md b/src/current/cockroachcloud/serverless-unsupported-features.md deleted file mode 100644 index f71440eefa9..00000000000 --- a/src/current/cockroachcloud/serverless-unsupported-features.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -title: Unsupported Features in CockroachDB Serverless -summary: Summary of CockroachDB features that are not supported in CockroachDB Serverless -toc: true -docs_area: reference ---- - -CockroachDB {{ site.data.products.serverless }} is a managed multi-tenant deployment of CockroachDB that automatically scales up and down based on the load on the cluster. CockroachDB {{ site.data.products.serverless }} works with almost all workloads that CockroachDB supports, but there are feature differences between CockroachDB {{ site.data.products.core }} or CockroachDB {{ site.data.products.dedicated }} clusters and CockroachDB {{ site.data.products.serverless }} clusters. This topic describes the features that are either unsupported or partially supported in CockroachDB {{ site.data.products.serverless }} clusters. Cockroach Labs intends to eliminate these feature gaps in future releases of CockroachDB {{ site.data.products.serverless }}. - -## Change data capture - -You can't collect [metrics per changefeed](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/monitor-and-debug-changefeeds#using-changefeed-metrics-labels). - -You can't configure [alerts on changefeeds](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/monitoring-and-alerting#changefeed-is-experiencing-high-latency). - -## Backups - -CockroachDB {{ site.data.products.serverless }} clusters only support automated full backups. Automated [incremental](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/take-full-and-incremental-backups) and [revision history](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/take-backups-with-revision-history-and-restore-from-a-point-in-time) backups are not supported. However, you can take manual [incremental and revision history backups]({% link cockroachcloud/take-and-restore-customer-owned-backups.md %}#examples) to your own [storage location](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/use-cloud-storage). - -Automated database and table level backups are not supported in CockroachDB {{ site.data.products.serverless }}. However, you can take manual [database and table level backups]({% link cockroachcloud/take-and-restore-customer-owned-backups.md %}#examples) to your own [storage location](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/use-cloud-storage). - -Both CockroachDB {{ site.data.products.serverless }} and CockroachDB {{ site.data.products.dedicated }} clusters do not support automated [locality-aware backups](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/take-and-restore-locality-aware-backups). However, you can take manual locality-aware backups to your own [cloud storage location](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/use-cloud-storage). - -{{site.data.alerts.callout_info}} -{% include cockroachcloud/backups/locality-aware-multi-tenant.md %} -{{site.data.alerts.end}} - -## Adding and removing regions - -You cannot currently edit an existing CockroachDB {{ site.data.products.serverless }} to add or remove regions after it has been created. Instead you can [back up and restore]({% link cockroachcloud/take-and-restore-customer-owned-backups.md %}) your data into a new CockroachDB {{ site.data.products.serverless }} cluster with the desired region configuration. - -## Range management - -The [`ALTER TABLE ... SPLIT AT`](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/alter-table#split-at) and [`ALTER RANGE ... RELOCATE`](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/alter-range#relocate) statements are not supported in CockroachDB {{ site.data.products.serverless }}. - -## Self service upgrades - -CockroachDB {{ site.data.products.serverless }} is a fully managed multi-tenant deployment of CockroachDB. Major and patch upgrades of CockroachDB are handled by Cockroach Labs, and can't be initiated by users. - -## Monitoring workloads and cluster health - -The [DB Console](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/ui-overview) is not supported in CockroachDB {{ site.data.products.serverless }}. The CockroachDB [Cloud Console]({% link cockroachcloud/cluster-overview-page.md %}) provides metrics and graphs to monitor the health, performance, and state of your cluster. - -The Cloud Console provides a subset of observability information from the DB Console including [**Metrics**]({% link cockroachcloud/metrics.md %}#cockroachdb-cloud-console-metrics-page), [**SQL Activity**]({% link cockroachcloud/statements-page.md %}), [**Jobs**]({% link cockroachcloud/jobs-page.md %}), and [**Databases**](databases-page.html) information. The Cloud Console does not include information from the following DB Console pages: - -- Non-SQL metrics -- Network Latency -- Hot ranges -- Advanced Debug - -The Cloud Console also does not currently provide the following features available in the DB Console: - -- [Statement diagnostic bundles](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/ui-statements-page#diagnostics) on the **Statements** Page -- [Direct actions to drop unused indexes](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/ui-databases-page#index-recommendations) on the **Insights** and **Databases** pages -- [Direct actions to create missing indexes](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/ui-insights-page#schema-insights-tab) and [replace existing indexes](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/ui-insights-page#schema-insights-tab) on the **Insights** page - -CockroachDB {{ site.data.products.serverless }} clusters do not expose [Prometheus endpoints](https://www.cockroachlabs.com/docs/{{site.current_cloud_version}}/monitor-cockroachdb-with-prometheus). - -## Audit logs - -There is no self-service way of accessing [audit logs]({% link cockroachcloud/sql-audit-logging.md %}) for CockroachDB {{ site.data.products.serverless }} clusters. If you are running production workloads and need access to audit logs, contact [Cockroach Labs Support](https://support.cockroachlabs.com). - -## Encryption - -Cluster storage for CockroachDB {{ site.data.products.serverless }} is encrypted at rest by the cloud provider. [Customer-managed encryption keys]({% link cockroachcloud/managing-cmek.md %}) (CMEK) are not supported in CockroachDB {{ site.data.products.serverless }}. CMEK is available only in [CockroachDB {{ site.data.products.dedicated }} advanced]({% link cockroachcloud/create-your-cluster.md %}). - -## Network security - -[Private clusters]({% link cockroachcloud/private-clusters.md %}), compliance with [PCI DSS]({% link cockroachcloud/pci-dss.md %}), and compliance with [HIPAA]({% link cockroachcloud/pci-dss.md %}#hipaa) are not supported in {{ site.data.products.serverless }}. These features are available only in [CockroachDB {{ site.data.products.dedicated }} advanced]({% link cockroachcloud/create-your-cluster.md %}). From 101f1667895317b8e8cd8a0dec8c8438dee99a96 Mon Sep 17 00:00:00 2001 From: Amruta Ranade Date: Tue, 16 Apr 2024 12:10:31 -0400 Subject: [PATCH 2/2] Updated CockroachDB feature availability docs --- .../v23.1/cockroachdb-feature-availability.md | 16 ++++++++-------- .../v23.2/cockroachdb-feature-availability.md | 12 ++++++------ .../v24.1/cockroachdb-feature-availability.md | 12 ++++++------ 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/current/v23.1/cockroachdb-feature-availability.md b/src/current/v23.1/cockroachdb-feature-availability.md index 506f49ef5ed..af27ac7acc2 100644 --- a/src/current/v23.1/cockroachdb-feature-availability.md +++ b/src/current/v23.1/cockroachdb-feature-availability.md @@ -27,13 +27,13 @@ General availability (GA) | Feature is production-ready and **The following features are in limited access** and are subject to change. To begin validating a limited access feature and share feedback and/or issues, contact [Support](https://support.cockroachlabs.com/hc). {{site.data.alerts.end}} -### CockroachDB Dedicated on Azure +### CockroachDB Advanced on Azure -Deploying [CockroachDB Dedicated clusters on Azure](https://www.cockroachlabs.com/docs/cockroachcloud/cockroachdb-dedicated-on-azure) is in limited access. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc). +Deploying [CockroachDB Advanced clusters on Azure](https://www.cockroachlabs.com/docs/cockroachcloud/cockroachdb-advanced-on-azure) is in limited access. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc). -### AWS PrivateLink for CockroachDB Serverless +### AWS PrivateLink for CockroachDB Basic and Standard -[Connecting privately to a multi-region CockroachDB Serverless cluster using AWS PrivateLink](https://www.cockroachlabs.com/docs/cockroachcloud/aws-privatelink?filters=serverless) is in limited access. This can help your organization meet its security requirements and reduce your cluster's exposure to public networks. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc). +[Connecting privately to a multi-region CockroachDB Basic or Standard cluster using AWS PrivateLink](https://www.cockroachlabs.com/docs/cockroachcloud/aws-privatelink) is in limited access. This can help your organization meet its security requirements and reduce your cluster's exposure to public networks. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc). ### CockroachDB Cloud Folders @@ -54,9 +54,9 @@ Command | Description [`cockroach demo`]({% link {{ page.version.version }}/cockroach-demo.md %}) | Start a temporary, in-memory CockroachDB cluster, and open an interactive SQL shell to it. [`cockroach sqlfmt`]({% link {{ page.version.version }}/cockroach-sqlfmt.md %}) | Reformat SQL queries for enhanced clarity. -### Custom Metrics Chart page for CockroachDB {{ site.data.products.serverless }} clusters +### Custom Metrics Chart page for CockroachDB {{ site.data.products.basic }} or {{ site.data.products.standard }} clusters -The [**Custom Metrics Chart** page]({% link cockroachcloud/custom-metrics-chart-page.md %}) for CockroachDB {{ site.data.products.serverless }} clusters allows you to create custom charts showing the time series data for an available metric or combination of metrics. +The [**Custom Metrics Chart** page]({% link cockroachcloud/custom-metrics-chart-page.md %}) for CockroachDB {{ site.data.products.basic }} or {{ site.data.products.standard }} clusters allows you to create custom charts showing the time series data for an available metric or combination of metrics. ### Log SQL Statistics to Datadog @@ -68,9 +68,9 @@ CockroachDB supports a built-in integration with [Datadog](https://www.datadoghq [Super regions]({% link {{ page.version.version }}/multiregion-overview.md %}#super-regions) allow you to define a set of database regions such that schema objects will have all of their replicas stored _only_ in regions that are members of the super region. The primary use case for super regions is data domiciling. -### Export metrics from CockroachDB {{ site.data.products.dedicated }} clusters +### Export metrics from CockroachDB {{ site.data.products.advanced }} clusters -CockroachDB {{ site.data.products.dedicated }} users can use the [Cloud API](https://www.cockroachlabs.com/docs/cockroachcloud/cloud-api) to configure [metrics export](https://www.cockroachlabs.com/docs/cockroachcloud/export-metrics) to [AWS CloudWatch](https://aws.amazon.com/cloudwatch/) or [Datadog](https://www.datadoghq.com/). Once the export is configured, metrics will flow from all nodes in all regions of your CockroachDB {{ site.data.products.dedicated }} cluster to your chosen cloud metrics sink. +CockroachDB {{ site.data.products.advanced }} users can use the [Cloud API](https://www.cockroachlabs.com/docs/cockroachcloud/cloud-api) to configure [metrics export](https://www.cockroachlabs.com/docs/cockroachcloud/export-metrics) to [AWS CloudWatch](https://aws.amazon.com/cloudwatch/) or [Datadog](https://www.datadoghq.com/). Once the export is configured, metrics will flow from all nodes in all regions of your CockroachDB {{ site.data.products.advanced }} cluster to your chosen cloud metrics sink. ### Role-based SQL audit logging diff --git a/src/current/v23.2/cockroachdb-feature-availability.md b/src/current/v23.2/cockroachdb-feature-availability.md index b6df0d7a3a3..94519fbe81c 100644 --- a/src/current/v23.2/cockroachdb-feature-availability.md +++ b/src/current/v23.2/cockroachdb-feature-availability.md @@ -31,13 +31,13 @@ Any feature made available in a phase prior to GA is provided without any warran **The following features are in limited access** and are subject to change. To begin validating a limited access feature and share feedback and/or issues, contact [Support](https://support.cockroachlabs.com/hc). {{site.data.alerts.end}} -### CockroachDB Dedicated on Azure +### CockroachDB Advanced on Azure -Deploying [CockroachDB Dedicated clusters on Azure](https://www.cockroachlabs.com/docs/cockroachcloud/cockroachdb-dedicated-on-azure) is in limited access. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc). +Deploying [CockroachDB Advanced clusters on Azure](https://www.cockroachlabs.com/docs/cockroachcloud/cockroachdb-advanced-on-azure) is in limited access. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc). -### AWS PrivateLink for CockroachDB Serverless +### AWS PrivateLink for CockroachDB Basic and Standard -[Connecting privately to a multi-region CockroachDB Serverless cluster using AWS PrivateLink](https://www.cockroachlabs.com/docs/cockroachcloud/aws-privatelink?filters=serverless) is in limited access. This can help your organization meet its security requirements and reduce your cluster's exposure to public networks. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc). +[Connecting privately to a multi-region CockroachDB Basic or Standard cluster using AWS PrivateLink](https://www.cockroachlabs.com/docs/cockroachcloud/aws-privatelink) is in limited access. This can help your organization meet its security requirements and reduce your cluster's exposure to public networks. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc). ### CockroachDB Cloud Folders @@ -76,9 +76,9 @@ CockroachDB supports a built-in integration with [Datadog](https://www.datadoghq [Super regions]({% link {{ page.version.version }}/multiregion-overview.md %}#super-regions) allow you to define a set of database regions such that schema objects will have all of their replicas stored _only_ in regions that are members of the super region. The primary use case for super regions is data domiciling. -### Export metrics from CockroachDB {{ site.data.products.dedicated }} clusters +### Export metrics from CockroachDB {{ site.data.products.advanced }} clusters -CockroachDB {{ site.data.products.dedicated }} users can use the [Cloud API](https://www.cockroachlabs.com/docs/cockroachcloud/cloud-api) to configure [metrics export](https://www.cockroachlabs.com/docs/cockroachcloud/export-metrics) to [AWS CloudWatch](https://aws.amazon.com/cloudwatch/) or [Datadog](https://www.datadoghq.com/). Once the export is configured, metrics will flow from all nodes in all regions of your CockroachDB {{ site.data.products.dedicated }} cluster to your chosen cloud metrics sink. +CockroachDB {{ site.data.products.advanced }} users can use the [Cloud API](https://www.cockroachlabs.com/docs/cockroachcloud/cloud-api) to configure [metrics export](https://www.cockroachlabs.com/docs/cockroachcloud/export-metrics) to [AWS CloudWatch](https://aws.amazon.com/cloudwatch/) or [Datadog](https://www.datadoghq.com/). Once the export is configured, metrics will flow from all nodes in all regions of your CockroachDB {{ site.data.products.advanced }} cluster to your chosen cloud metrics sink. ### Role-based SQL audit logging diff --git a/src/current/v24.1/cockroachdb-feature-availability.md b/src/current/v24.1/cockroachdb-feature-availability.md index 2ddbd903aa9..d8a6a63d1f5 100644 --- a/src/current/v24.1/cockroachdb-feature-availability.md +++ b/src/current/v24.1/cockroachdb-feature-availability.md @@ -31,13 +31,13 @@ Any feature made available in a phase prior to GA is provided without any warran **The following features are in limited access** and are subject to change. To begin validating a limited access feature and share feedback and/or issues, contact [Support](https://support.cockroachlabs.com/hc). {{site.data.alerts.end}} -### CockroachDB Dedicated on Azure +### CockroachDB Advanced on Azure -Deploying [CockroachDB Dedicated clusters on Azure](https://www.cockroachlabs.com/docs/cockroachcloud/cockroachdb-dedicated-on-azure) is in limited access. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc). +Deploying [CockroachDB Advanced clusters on Azure](https://www.cockroachlabs.com/docs/cockroachcloud/cockroachdb-advanced-on-azure) is in limited access. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc). -### AWS PrivateLink for CockroachDB Serverless +### AWS PrivateLink for CockroachDB Basic and Standard -[Connecting privately to a multi-region CockroachDB Serverless cluster using AWS PrivateLink](https://www.cockroachlabs.com/docs/cockroachcloud/aws-privatelink?filters=serverless) is in limited access. This can help your organization meet its security requirements and reduce your cluster's exposure to public networks. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc). +[Connecting privately to a multi-region CockroachDB Basic or Standard cluster using AWS PrivateLink](https://www.cockroachlabs.com/docs/cockroachcloud/aws-privatelink) is in limited access. This can help your organization meet its security requirements and reduce your cluster's exposure to public networks. To express interest and try it out, contact [Support](https://support.cockroachlabs.com/hc). ### CockroachDB Cloud Folders @@ -76,9 +76,9 @@ CockroachDB supports a built-in integration with [Datadog](https://www.datadoghq [Super regions]({% link {{ page.version.version }}/multiregion-overview.md %}#super-regions) allow you to define a set of database regions such that schema objects will have all of their replicas stored _only_ in regions that are members of the super region. The primary use case for super regions is data domiciling. -### Export metrics from CockroachDB {{ site.data.products.dedicated }} clusters +### Export metrics from CockroachDB {{ site.data.products.advanced }} clusters -CockroachDB {{ site.data.products.dedicated }} users can use the [Cloud API](https://www.cockroachlabs.com/docs/cockroachcloud/cloud-api) to configure [metrics export](https://www.cockroachlabs.com/docs/cockroachcloud/export-metrics) to [AWS CloudWatch](https://aws.amazon.com/cloudwatch/) or [Datadog](https://www.datadoghq.com/). Once the export is configured, metrics will flow from all nodes in all regions of your CockroachDB {{ site.data.products.dedicated }} cluster to your chosen cloud metrics sink. +CockroachDB {{ site.data.products.advanced }} users can use the [Cloud API](https://www.cockroachlabs.com/docs/cockroachcloud/cloud-api) to configure [metrics export](https://www.cockroachlabs.com/docs/cockroachcloud/export-metrics) to [AWS CloudWatch](https://aws.amazon.com/cloudwatch/) or [Datadog](https://www.datadoghq.com/). Once the export is configured, metrics will flow from all nodes in all regions of your CockroachDB {{ site.data.products.advanced }} cluster to your chosen cloud metrics sink. ### Role-based SQL audit logging