diff --git a/website/content/docs/enterprise/admin-partitions.mdx b/website/content/docs/enterprise/admin-partitions.mdx index e73d330c0..d3c55a7b0 100644 --- a/website/content/docs/enterprise/admin-partitions.mdx +++ b/website/content/docs/enterprise/admin-partitions.mdx @@ -1,7 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Admin Partitions -description: Consul Enterprise enables you to create partitions that can be administrated across namespaces. +page_title: Admin Partitions (Enterprise) +description: >- +Enable multi-tenancy in a datacenter by using admin partitions to define the boundaries between services managed by separate teams. Learn about their requirements and how to deploy admin partitions on Kubernetes. --- # Consul Enterprise Admin Partitions diff --git a/website/content/docs/enterprise/audit-logging.mdx b/website/content/docs/enterprise/audit-logging.mdx index 90f876f43..fc2143232 100644 --- a/website/content/docs/enterprise/audit-logging.mdx +++ b/website/content/docs/enterprise/audit-logging.mdx @@ -1,8 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Audit Logging +page_title: Audit Logging (Enterprise) description: >- - Consul Enterprise provides the ability to write events of user behavior with Consul's API so operations and security users can perform legal compliance auditing. +Audit logging secures Consul by capturing a record of HTTP API access and usage. Learn how to format agent configuration files to enable audit logs and specify the path to save logs to. --- # Audit Logging diff --git a/website/content/docs/enterprise/backups.mdx b/website/content/docs/enterprise/backups.mdx index 0a99c68b3..1476f37c6 100644 --- a/website/content/docs/enterprise/backups.mdx +++ b/website/content/docs/enterprise/backups.mdx @@ -1,10 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Automated Backups +page_title: Automated Backups (Enterprise) description: >- - Consul Enterprise provides a highly available service that manages taking - snapshots, rotation and sending backup files offsite to Amazon S3 (or - S3-compatible endpoints), Google Cloud Storage, or Azure Blob Storage. +The automated backup process runs a snapshot agent and saves backup files to a cloud storage provider so that you can restore Consul servers. Supported providers include: Amazon S3, Google Cloud Storage, and Azure Blob Storage. --- # Automated Backups diff --git a/website/content/docs/enterprise/federation.mdx b/website/content/docs/enterprise/federation.mdx index e43aabd41..49beb610f 100644 --- a/website/content/docs/enterprise/federation.mdx +++ b/website/content/docs/enterprise/federation.mdx @@ -1,10 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Advanced Federation +page_title: Advanced Federation (Enterprise) description: >- - Consul Enterprise enables you to federate Consul datacenters together on a - pairwise basis, enabling partially-connected network topologies like - hub-and-spoke. +Advanced federation connects partial network areas through paired servers. Learn how to support hub-and-spoke and tree network topologies in your Consul deployment. --- # Consul Enterprise Advanced Federation diff --git a/website/content/docs/enterprise/index.mdx b/website/content/docs/enterprise/index.mdx index 8375a3237..dbb28719f 100644 --- a/website/content/docs/enterprise/index.mdx +++ b/website/content/docs/enterprise/index.mdx @@ -2,8 +2,7 @@ layout: docs page_title: Consul Enterprise description: >- - Consul Enterprise features a number of capabilities beyond the open source - offering that may be beneficial in certain workflows. +Consul Enterprise is a paid offering that adds features to support large and complex deployments. Learn how Enterprise can help you scale infrastructure, simplify operations, and make networks more resilient. --- # Consul Enterprise diff --git a/website/content/docs/enterprise/namespaces.mdx b/website/content/docs/enterprise/namespaces.mdx index 612c47a65..598d2c8e5 100644 --- a/website/content/docs/enterprise/namespaces.mdx +++ b/website/content/docs/enterprise/namespaces.mdx @@ -1,7 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Namespaces -description: Consul Enterprise enables data isolation with Namespaces. +page_title: Namespaces (Enterprise) +description: >- +Namespaces reduce operational challenges in large deployments. Learn how to define a namespace so that multiple users or teams can access and use the same datacenter without impacting each other. --- # Consul Enterprise Namespaces diff --git a/website/content/docs/enterprise/network-segments.mdx b/website/content/docs/enterprise/network-segments.mdx index 000316c6b..9787c9df1 100644 --- a/website/content/docs/enterprise/network-segments.mdx +++ b/website/content/docs/enterprise/network-segments.mdx @@ -1,9 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Network Segments -description: |- - Consul Enterprise enables you create separate LAN gossip pools within one - cluster to segment network groups. +page_title: Network Segments (Enterprise) +description: >- +Network segments enable gossip in a datacenter when network rules or firewalls prevent clients from communicating directly. Learn how to configure server and client agents to use segmented networks. --- # Network Segments diff --git a/website/content/docs/enterprise/read-scale.mdx b/website/content/docs/enterprise/read-scale.mdx index c33f0d774..f6536b0e6 100644 --- a/website/content/docs/enterprise/read-scale.mdx +++ b/website/content/docs/enterprise/read-scale.mdx @@ -1,9 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Enhanced Read Scalability +page_title: Read Replicas (Enterprise) description: >- - Consul Enterprise supports increased read scalability without impacting write - latency by introducing read replicas. +Learn how you can add non-voting servers to clusters as read replicas to provide enhanced read scalability without impacting write latency. --- # Enhanced Read Scalability with Read Replicas diff --git a/website/content/docs/enterprise/redundancy.mdx b/website/content/docs/enterprise/redundancy.mdx index 3a7fa145d..50d822c19 100644 --- a/website/content/docs/enterprise/redundancy.mdx +++ b/website/content/docs/enterprise/redundancy.mdx @@ -1,9 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Redundancy Zones +page_title: Redundancy Zones (Enterprise) description: >- - Consul Enterprise redundancy zones enable hot standby servers on a per - availability zone basis. +Add non-voting servers to clusters to create redundancy zones for deployments. Learn how distributed ""hot standby"" servers improve resiliency and scaling by preserving quorum. --- # Redundancy Zones diff --git a/website/content/docs/enterprise/sentinel.mdx b/website/content/docs/enterprise/sentinel.mdx index 1eff5aecd..3cbf7ed35 100644 --- a/website/content/docs/enterprise/sentinel.mdx +++ b/website/content/docs/enterprise/sentinel.mdx @@ -1,10 +1,8 @@ --- layout: docs -page_title: Sentinel in Consul +page_title: Sentinel in Consul (Enterprise) description: >- - Consul Enterprise uses Sentinel to augment the built-in ACL system to provide - advanced policy enforcement. Sentinel policies can currently execute on KV - modify and service registration. +Sentinel is a framework and language for creating logic-based policies. Learn how Consul can use Sentinel policies to extend the ACL system's capabilities. --- # Sentinel in Consul diff --git a/website/content/docs/enterprise/upgrades.mdx b/website/content/docs/enterprise/upgrades.mdx index 05b1ca7ae..82bf174ee 100644 --- a/website/content/docs/enterprise/upgrades.mdx +++ b/website/content/docs/enterprise/upgrades.mdx @@ -1,10 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Automated Upgrades +page_title: Automated Upgrades (Enterprise) description: >- - Consul Enterprise supports an upgrade pattern that allows operators to deploy - a complete cluster of new servers and then just wait for the upgrade to - complete. +Automated upgrades simplify the process for updating Consul. Learn how Consul can deploy a new version on additional servers and then automatically remove outdated versions without server downtime. --- # Automated Upgrades