Skip to content

Commit 40aa917

Browse files
committed
Add filebeat to docs
1 parent e657925 commit 40aa917

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/setup.asciidoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,12 @@ logger.debug("Example message!")
189189

190190
`ecs-logging-python` supports automatically collecting https://www.elastic.co/guide/en/ecs/master/ecs-tracing.html[ECS tracing fields]
191191
from the https://github.com/elastic/apm-agent-python[Elastic APM Python agent] in order to
192-
https://www.elastic.co/guide/en/apm/agent/python/current/log-correlation.html[correlate logs to spans, transactions and traces] in Elastic APM.
192+
https://www.elastic.co/guide/en/apm/agent/python/current/log-correlation.html[correlate logs to spans, transactions and traces] in Elastic APM.
193+
194+
[float]
195+
[[filebeat]]
196+
== Install Filebeat
197+
198+
The best way to collect the logs once they are ECS-formatted is with https://www.elastic.co/beats/filebeat[Filebeat]:
199+
200+
include::{ecs-repo-dir}/setup.asciidoc[tag=configure-filebeat]

0 commit comments

Comments
 (0)