From 0b2813d64d3c117d7a1095ab5cb3004e742dcb56 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Wed, 5 Mar 2025 17:45:20 -0600 Subject: [PATCH] fix external links --- reference/glossary/index.md | 2 +- reference/ingestion-tools/fleet/elastic-agent-inputs-list.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/glossary/index.md b/reference/glossary/index.md index a5859667b4..ae9651dd31 100644 --- a/reference/glossary/index.md +++ b/reference/glossary/index.md @@ -537,7 +537,7 @@ $$$glossary-no-op$$$ no-op $$$glossary-node$$$ node : 1. A single {{es}} server. One or more nodes can form a [cluster](/reference/glossary/index.md#glossary-cluster). See [Clusters, nodes, and shards](/deploy-manage/production-guidance/getting-ready-for-production-elasticsearch.md). -2. In {{eck}}, it can refer to either an [Elasticsearch Node](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-node.md) or a [Kubernetes Node](https://kubernetes.io/docs/concepts/architecture/nodes/) depending on the context. ECK maps an Elasticsearch node to a Kubernetes Pod which can get scheduled onto any available Kubernetes node that can satisfy the [resource requirements](/deploy-manage/deploy/cloud-on-k8s/manage-compute-resources.md) and [node constraints](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/) defined in the [pod template](/deploy-manage/deploy/cloud-on-k8s/customize-pods.md). +2. In {{eck}}, it can refer to either an [Elasticsearch Node](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-node.html) or a [Kubernetes Node](https://kubernetes.io/docs/concepts/architecture/nodes/) depending on the context. ECK maps an Elasticsearch node to a Kubernetes Pod which can get scheduled onto any available Kubernetes node that can satisfy the [resource requirements](/deploy-manage/deploy/cloud-on-k8s/manage-compute-resources.md) and [node constraints](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/) defined in the [pod template](/deploy-manage/deploy/cloud-on-k8s/customize-pods.md). $$$NodeSet$$$NodeSet : A set of Elasticsearch nodes that share the same Elasticsearch configuration and a Kubernetes Pod template. Multiple NodeSets can be defined in the Elasticsearch CRD to achieve a cluster topology consisting of groups of Elasticsearch nodes with different node roles, resource requirements and hardware configurations (Kubernetes node constraints). diff --git a/reference/ingestion-tools/fleet/elastic-agent-inputs-list.md b/reference/ingestion-tools/fleet/elastic-agent-inputs-list.md index 9ab7b0f4b2..790d8b6b4a 100644 --- a/reference/ingestion-tools/fleet/elastic-agent-inputs-list.md +++ b/reference/ingestion-tools/fleet/elastic-agent-inputs-list.md @@ -28,7 +28,7 @@ When you [configure inputs](/reference/ingestion-tools/fleet/elastic-agent-input | --- | --- | --- | | `activemq/metrics` | Periodically fetches JMX metrics from Apache ActiveMQ. | [ActiveMQ module](asciidocalypse://docs/reference/metricbeat/metricbeat-module-activemq.md) ({{metricbeat}} docs) | | `apache/metrics` | Periodically fetches metrics from [Apache HTTPD](https://httpd.apache.org/) servers. | [Apache module](asciidocalypse://docs/reference/metricbeat/metricbeat-module-apache.md) ({{metricbeat}} docs) | -| `aws/metrics` | Periodically fetches monitoring metrics from AWS CloudWatch using [GetMetricData API](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricData.md) for AWS services. | [AWS module](asciidocalypse://docs/reference/metricbeat/metricbeat-module-aws.md) ({{metricbeat}} docs) | +| `aws/metrics` | Periodically fetches monitoring metrics from AWS CloudWatch using [GetMetricData API](https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricData.html) for AWS services. | [AWS module](asciidocalypse://docs/reference/metricbeat/metricbeat-module-aws.md) ({{metricbeat}} docs) | | `awsfargate/metrics` | [beta] Retrieves various metadata, network metrics, and Docker stats about tasks and containers. | [AWS Fargate module](asciidocalypse://docs/reference/metricbeat/metricbeat-module-awsfargate.md) ({{metricbeat}} docs) | | `azure/metrics` | Collects and aggregates Azure logs and metrics from a variety of sources into a common data platform where it can be used for analysis, visualization, and alerting. | [Azure module](asciidocalypse://docs/reference/metricbeat/metricbeat-module-azure.md) ({{metricbeat}} docs) | | `beat/metrics` | Collects metrics about any Beat or other software based on libbeat. | [Beat module](asciidocalypse://docs/reference/metricbeat/metricbeat-module-beat.md) ({{metricbeat}} docs) |