File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ See the [ECS Logging Python reference](https://www.elastic.co/guide/en/ecs-loggi
21
21
22
22
## Elastic APM Log Correlation
23
23
24
- ` ecs-logging-python ` supports automatically collecting [ ECS tracing fields] ( https://www.elastic.co/guide/en/ecs/master /ecs-tracing.html )
24
+ ` ecs-logging-python ` supports automatically collecting [ ECS tracing fields] ( https://www.elastic.co/guide/en/ecs/current /ecs-tracing.html )
25
25
from the [ Elastic APM Python agent] ( https://github.com/elastic/apm-agent-python ) in order to
26
26
[ correlate logs to spans, transactions and traces] ( https://www.elastic.co/guide/en/apm/agent/python/current/log-correlation.html ) in Elastic APM.
27
27
Original file line number Diff line number Diff line change @@ -189,12 +189,12 @@ logger.debug("Example message!")
189
189
[[correlation]]
190
190
== Elastic APM Log Correlation
191
191
192
- `ecs-logging-python` supports automatically collecting https://www.elastic.co/guide/en/ ecs/master /ecs-tracing.html[ECS tracing fields]
192
+ `ecs-logging-python` supports automatically collecting { ecs-ref} /ecs-tracing.html[ECS tracing fields]
193
193
from the https://github.com/elastic/apm-agent-python[Elastic APM Python agent] in order to
194
- https://www.elastic.co/guide/en/ apm/agent/python/current/log-correlation .html[correlate logs to spans, transactions and traces] in Elastic APM.
194
+ { apm-py-ref}/logs .html[correlate logs to spans, transactions and traces] in Elastic APM.
195
195
196
196
You can also quickly turn on ECS-formatted logs in your python app by setting
197
- https://www.elastic.co/guide/en/ apm/agent/python/master /configuration.html#config-log_ecs_reformatting[`LOG_ECS_REFORMATTING=override`]
197
+ { apm-py-ref} /configuration.html#config-log_ecs_reformatting[`LOG_ECS_REFORMATTING=override`]
198
198
in the Elastic APM Python agent.
199
199
200
200
[float]
You can’t perform that action at this time.
0 commit comments