From 48899eec94dac869b6eef7fc910b727d185d5985 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Thu, 28 Sep 2023 13:03:33 +0100 Subject: [PATCH] Fix Cloudwatch data source link (#75624) Signed-off-by: Jack Baldry --- docs/sources/explore/logs-integration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/explore/logs-integration.md b/docs/sources/explore/logs-integration.md index 65ecfe53add..2e192f0ca88 100644 --- a/docs/sources/explore/logs-integration.md +++ b/docs/sources/explore/logs-integration.md @@ -16,10 +16,10 @@ weight: 15 Explore is a powerful tool for logging and log analysis. It allows you to investigate logs from different data sources including: -- [Loki]({{< relref "../datasources/loki/" >}}) -- [Elasticsearch]({{< relref "../datasources/elasticsearch/" >}}) -- [Cloudwatch]({{< relref "../datasources/cloudwatch/" >}}) -- [InfluxDB]({{< relref "../datasources/influxdb/" >}}) +- [Loki]({{< relref "../datasources/loki" >}}) +- [Elasticsearch]({{< relref "../datasources/elasticsearch" >}}) +- [Cloudwatch]({{< relref "../datasources/aws-cloudwatch" >}}) +- [InfluxDB]({{< relref "../datasources/influxdb" >}}) With Explore, you can efficiently monitor, troubleshoot, and respond to incidents by analyzing your logs and identifying the root causes. It also helps you to correlate logs with other telemetry signals such as metrics, traces or profiles, by viewing them side-by-side.