Python Logstash Async is an asynchronous Python logging handler to submit log events to a remote Logstash instance.
Unlike most other Python Logstash logging handlers, this package works asynchronously by collecting log events from Python’s logging subsystem and then transmitting the collected events in a separate worker thread to Logstash. This way, the main application (or thread) where the log event occurred, doesn’t need to wait until the submission to the remote Logstash instance succeeded.
This is especially useful for applications like websites or web services or any kind of request serving API where response times matter.
For more details, configuration options and usage examples please see the documentation at http://python-logstash-async.readthedocs.io/en/latest/.
Installation
The easiest method is to install directly from pypi using pip:
pip install python-logstash-async
If you prefer, you can download python-logstash-async and install it directly from source:
python setup.py install
Get the Source
The source code is available at https://github.com/eht16/python-logstash-async/.
Contributing
Found a bug or got a feature request? Please report it at https://github.com/eht16/python-logstash-async/issues.
Release files for python-logstash-async 4.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python_logstash_async-4.1.0.tar.gz | 38.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_logstash_async-4.1.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 63.3 kB
Release files / python_logstash_async-4.1.0.tar.gz
| Download URL | python_logstash_async-4.1.0.tar.gz |
|---|---|
| Size | 38.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
05c8647a147d2e6b39aa8f0d95ba461030e646af0d15ff2d19a5d802346cb1dc
|
|
BLAKE2b-256 checksum How to use checksums |
a27f18db482559941479f322b4a526ecf7ccd90705f01dea12a2930a434b3123
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.5
|
Release files / python_logstash_async-4.1.0-py2.py3-none-any.whl
| Download URL | python_logstash_async-4.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 25.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
3fdeaac5b067a4a7d60c35d0d0b077483607e39c5c29d887775a0d213442cd9b
|
|
BLAKE2b-256 checksum How to use checksums |
74401910bfe3bec0def5f289844a76e901b38f0526a1c34450c5f813bf501269
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.5
|