Skip to main content

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/.

Documentation Status

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.

Author

Enrico Tröger <enrico.troeger@uvena.de>

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-logstash-async-1.3.0.tar.gz (22.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_logstash_async-1.3.0-py2.py3-none-any.whl (18.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file python-logstash-async-1.3.0.tar.gz.

File metadata

File hashes

Hashes for python-logstash-async-1.3.0.tar.gz
Algorithm Hash digest
SHA256 fb2fab3f290a5a6e9d962eb11522602ce1e32f4e4be84b4ed9c639bfec04bf96
MD5 98c4026205d55d12d2891c0045256755
BLAKE2b-256 3a069543e2cc31927799918ea9fda6694faaac80340b0c997dd07983fb75d2b1

See more details on using hashes here.

File details

Details for the file python_logstash_async-1.3.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for python_logstash_async-1.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 021d277de78c8434408c7545c8bd664818ea974dd06cfe246898e88e522dd271
MD5 4229a902791ea99d664feb4143588ff9
BLAKE2b-256 35cd927d404d11dfbaf4bb1204ebb8c6ce64fc4c4d635ff75a005e46a85ab4c1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page