From f3f3e7f80962fdf46ad28602141be0bd930aeb08 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Wed, 15 Oct 2025 10:34:18 +0200 Subject: [PATCH] Fix empty link text This fixes an empty link text that causes docs assembly errors. --- 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 a221a69..8773dcb 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/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). +: 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 [Stream application logs](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]