You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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