Skip to content

Commit 9575321

Browse files
committed
add APM logs
1 parent 2381bb4 commit 9575321

File tree

1 file changed

+25
-5
lines changed
  • solutions/observability/apps

1 file changed

+25
-5
lines changed

solutions/observability/apps/logs.md

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,31 @@ mapped_urls:
44
- https://www.elastic.co/guide/en/serverless/current/observability-apm-logs.html
55
---
66

7-
# Logs
7+
# Logs [apm-logs]
88

9-
% What needs to be done: Align serverless/stateful
9+
The **Logs** tab shows contextual logs for the selected service.
1010

11-
% Use migrated content from existing pages that map to this page:
11+
Logs provide detailed information about specific events, and are crucial to successfully debugging slow or erroneous transactions.
1212

13-
% - [ ] ./raw-migrated-files/observability-docs/observability/apm-logs.md
14-
% - [ ] ./raw-migrated-files/docs-content/serverless/observability-apm-logs.md
13+
If you’ve correlated your application’s logs and traces, you never have to search for relevant data; it’s already available to you. Viewing log and trace data together allows you to quickly diagnose and solve problems.
14+
15+
To learn how to correlate your logs with your instrumented services, refer to [Stream application logs](../../../solutions/observability/logs/stream-application-logs.md).
16+
17+
:::{image} ../../../images/observability-logs.png
18+
:alt: Example view of the Logs tab in Applications UI
19+
:class: screenshot
20+
:::
21+
22+
::::{tip}
23+
Logs displayed on this page are filtered on `service.name`
24+
::::
25+
26+
## Integrate with logging frameworks [apm-logs-correlation]
27+
28+
Elastic APM integrates with popular logging frameworks, making it easy to correlate your logs and traces. This enables you to:
29+
30+
* View the context of a log and the parameters provided by a user
31+
* View all logs belonging to a particular trace
32+
* Easily move between logs and traces when debugging application issues
33+
34+
See the [Stream application logs](../../../solutions/observability/logs/stream-application-logs.md) guide to get started.

0 commit comments

Comments
 (0)