From d632654901926a9599ffe2b64d706dca76afce91 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Fri, 28 Mar 2025 12:32:51 -0500 Subject: [PATCH] remove reliance on redirects --- docs/reference/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/intro.md b/docs/reference/intro.md index 3cf333a..a221a69 100644 --- a/docs/reference/intro.md +++ b/docs/reference/intro.md @@ -57,7 +57,7 @@ Using a common schema across different services and teams makes it possible crea **APM Log correlation** -: If you are using an [Elastic APM agent](docs-content://reference/ingestion-tools/apm/apm-agents.md), you can leverage the log correlation feature without any additional configuration. This lets you jump from the [Span timeline in the APM UI](docs-content://solutions/observability/apps/trace-sample-timeline.md) to the [Logs app](docs-content://solutions/observability/logs/explore-logs.md), showing only the logs which belong to the corresponding request. Vice versa, you can also jump from a log line in the Logs UI to the Span Timeline of the APM UI. For more information about the log correlation feature, refer to [](docs-content://solutions/observability/logs/stream-application-logs.md). +: If you are using an [Elastic APM agent](docs-content://reference/apm-agents/index.md), you can leverage the log correlation feature without any additional configuration. This lets you jump from the [Span timeline in the APM UI](docs-content://solutions/observability/apps/trace-sample-timeline.md) to the [Logs app](docs-content://solutions/observability/logs/explore-logs.md), showing only the logs which belong to the corresponding request. Vice versa, you can also jump from a log line in the Logs UI to the Span Timeline of the APM UI. For more information about the log correlation feature, refer to [](docs-content://solutions/observability/logs/stream-application-logs.md). ### Additional advantages when using in combination with Filebeat [_additional_advantages_when_using_in_combination_with_filebeat]