async
Python Logstash Handler

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