
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
python-logstash-async
Advanced tools
.. image:: https://img.shields.io/pypi/v/python-logstash-async.svg :target: https://pypi.org/project/python-logstash-async/ :alt: PyPI
.. image:: https://readthedocs.org/projects/python-logstash-async/badge/?version=latest :target: https://python-logstash-async.readthedocs.io/en/latest/ :alt: Documentation Status
.. image:: https://github.com/eht16/python-logstash-async/actions/workflows/tests.yml/badge.svg :target: https://github.com/eht16/python-logstash-async/actions/workflows/tests.yml :alt: CI Tests
.. image:: https://img.shields.io/pypi/pyversions/python-logstash-async.svg :target: https://pypi.org/project/python-logstash-async/ :alt: Python Versions
.. image:: https://img.shields.io/pypi/l/python-logstash-async.svg :target: https://pypi.org/project/python-logstash-async/ :alt: License
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/.
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
The source code is available at https://github.com/eht16/python-logstash-async/.
Found a bug or got a feature request? Please report it at https://github.com/eht16/python-logstash-async/issues.
Enrico Tröger enrico.troeger@uvena.de
FAQs
Asynchronous Python logging handler for Logstash.
We found that python-logstash-async demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.