Skip to content

Commit

Permalink
docs: add ifeval for 7.10 release (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Nov 4, 2020
1 parent d72ef83 commit 9350186
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/log-correlation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ If your favorite logging framework is not already supported, there are two other

Regardless of how you integrate APM with logging, you can use {filebeat-ref}[Filebeat] to
send your logs to Elasticsearch, in order to correlate your traces and logs and link from
ifeval::["{branch}"=="7.9"]
APM to the {apm-app-ref}/xpack-logs.html[Logs app].
endif::[]
ifeval::["{branch}"!="7.9"]
APM to the {observability-guide}/monitor-logs.html[Logs app].
endif::[]

[float]
[[log-correlation-manual]]
Expand Down

0 comments on commit 9350186

Please sign in to comment.