1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
---
mapped_pages:
- https://www.elastic.co/guide/en/ecs-logging/python/current/intro.html
- https://www.elastic.co/guide/en/ecs-logging/python/current/index.html
---
# ECS Logging Python [intro]
ECS loggers are formatter/encoder plugins for your favorite logging libraries. They make it easy to format your logs into ECS-compatible JSON.
::::{tip}
Want to learn more about ECS, ECS logging, and other available language plugins? See the [ECS logging guide](ecs-logging://reference/intro.md).
::::
Ready to jump into `ecs-logging-python`? [Get started](/reference/installation.md).
If you’d like to try out a tutorial using Python ECS logging, see [Ingest logs from a Python application using Filebeat](docs-content://manage-data/ingest/ingesting-data-from-applications/ingest-logs-from-python-application-using-filebeat.md).
|