Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elastic/ecs-logging-python
https://github.com/elastic/ecs-logging-python
ecs elastic-common-schema logging
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elastic/ecs-logging-python
- Owner: elastic
- License: apache-2.0
- Created: 2020-03-16T20:53:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T09:00:29.000Z (9 days ago)
- Last Synced: 2024-12-16T15:16:53.130Z (9 days ago)
- Topics: ecs, elastic-common-schema, logging
- Language: Python
- Homepage: https://pypi.org/project/ecs-logging
- Size: 224 KB
- Stars: 69
- Watchers: 211
- Forks: 24
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ecs-logging-python
[![Build Status](https://github.com/elastic/ecs-logging-python/actions/workflows/test.yml/badge.svg)](https://github.com/elastic/ecs-logging-pythonactions/workflows/test.yml)
[![PyPI](https://img.shields.io/pypi/v/ecs-logging)](https://pypi.org/project/ecs-logging)
[![Versions Supported](https://img.shields.io/pypi/pyversions/ecs-logging)](https://pypi.org/project/ecs-logging)Check out the [Elastic Common Schema (ECS) reference](https://www.elastic.co/guide/en/ecs/current/index.html)
for more information.The library currently implements ECS 1.6.
## Installation
```console
$ python -m pip install ecs-logging
```## Documentation
See the [ECS Logging Python reference](https://www.elastic.co/guide/en/ecs-logging/python/current/index.html) on elastic.co to get started.
## Elastic APM Log Correlation
`ecs-logging-python` supports automatically collecting [ECS tracing fields](https://www.elastic.co/guide/en/ecs/current/ecs-tracing.html)
from the [Elastic APM Python agent](https://github.com/elastic/apm-agent-python) in order to
[correlate logs to spans, transactions and traces](https://www.elastic.co/guide/en/apm/agent/python/current/log-correlation.html) in Elastic APM.## License
Apache-2.0