From 8f92988d0eb9c3dbe3e877f5a228257a760fb070 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:10:18 +0300 Subject: [PATCH] [v10.1.x] Fix Cloudwatch data source link (#75644) Fix Cloudwatch data source link (#75624) Signed-off-by: Jack Baldry (cherry picked from commit 48899eec94dac869b6eef7fc910b727d185d5985) Co-authored-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 3855df7bfc0..1ce6b0fd866 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.