From a973e8a02375ed91abc0ed67a41d4f9fb3ff006c Mon Sep 17 00:00:00 2001 From: boruszak Date: Tue, 13 Sep 2022 14:45:42 -0500 Subject: [PATCH] /docs/agent --- website/content/docs/agent/config-entries.mdx | 7 +++---- website/content/docs/agent/index.mdx | 8 +++----- website/content/docs/agent/rpc.mdx | 7 ++----- website/content/docs/agent/sentinel.mdx | 8 +++----- website/content/docs/agent/telemetry.mdx | 8 +++----- 5 files changed, 14 insertions(+), 24 deletions(-) diff --git a/website/content/docs/agent/config-entries.mdx b/website/content/docs/agent/config-entries.mdx index 09098e96c..5ee87f706 100644 --- a/website/content/docs/agent/config-entries.mdx +++ b/website/content/docs/agent/config-entries.mdx @@ -1,12 +1,11 @@ --- layout: docs -page_title: Configuration Entries +page_title: How to Use Configuration Entries description: >- - Consul allows storing configuration entries centrally to be used as defaults - for configuring other aspects of Consul. +Configuration entries define default properties for Consul components. Learn how to use the `consul config` command to create, manage, and delete configuration entries. --- -# Configuration Entries +# How to Use Configuration Entries Configuration entries can be created to provide cluster-wide defaults for various aspects of Consul. diff --git a/website/content/docs/agent/index.mdx b/website/content/docs/agent/index.mdx index 640afcc7e..fdd1bfe9a 100644 --- a/website/content/docs/agent/index.mdx +++ b/website/content/docs/agent/index.mdx @@ -1,13 +1,11 @@ --- layout: docs -page_title: Agent +page_title: Agents Overview description: >- - The Consul agent is the core process of Consul. The agent maintains membership - information, registers services, runs checks, responds to queries, and more. - The agent must run on every node that is part of a Consul cluster. +Agents maintain membership, register services, respond to queries, and make most of Consul’s functions possible. Learn how to start, stop, and configure agents, as well as their requirements and lifecycles. --- -# Consul Agent +# Agents Overview This topic provides an overview of the Consul agent, which is the core process of Consul. The agent maintains membership information, registers services, runs checks, responds to queries, and more. diff --git a/website/content/docs/agent/rpc.mdx b/website/content/docs/agent/rpc.mdx index 6628117a6..5f3760678 100644 --- a/website/content/docs/agent/rpc.mdx +++ b/website/content/docs/agent/rpc.mdx @@ -1,11 +1,8 @@ --- layout: docs -page_title: RPC +page_title: Legacy RPC Protocol description: >- - The Consul agent provides a complete RPC mechanism that can be used to control - the agent programmatically. This RPC mechanism is the same one used by the CLI - but can be used by other applications to easily leverage the power of Consul - without directly embedding. +Consul agents originally could be controlled through the RPC protocol. This feature was deprecated in version 0.8 in favor of the HTTP API. Learn about agent RPC interactions and how they worked. --- # RPC Protocol diff --git a/website/content/docs/agent/sentinel.mdx b/website/content/docs/agent/sentinel.mdx index c25da5293..1fe333c28 100644 --- a/website/content/docs/agent/sentinel.mdx +++ b/website/content/docs/agent/sentinel.mdx @@ -1,13 +1,11 @@ --- layout: docs -page_title: Sentinel in Consul +page_title: Sentinel ACL Policies (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 allows you to include conditional logic when formatting policies. Learn how Consul can use Sentinel policies to extend the ACL system's capabilities. --- -# Sentinel Overview +# Sentinel ACL Policies diff --git a/website/content/docs/agent/telemetry.mdx b/website/content/docs/agent/telemetry.mdx index 20abe377a..789061cf2 100644 --- a/website/content/docs/agent/telemetry.mdx +++ b/website/content/docs/agent/telemetry.mdx @@ -1,13 +1,11 @@ --- layout: docs -page_title: Telemetry +page_title: Agents: Enable Metrics description: >- - The Consul agent collects various runtime metrics about the performance of - different libraries and subsystems. These metrics are aggregated on a ten - second interval and are retained for one minute. +Configure agent telemetry to collect operations metrics you can use to debug and observe deployments. Learn about configuration options, the metrics you can collect, and why they're important. --- -# Telemetry +# Agent Telemetry The Consul agent collects various runtime metrics about the performance of different libraries and subsystems. These metrics are aggregated on a ten