python-logstash-async


Namepython-logstash-async JSON
Version 3.0.0 PyPI version JSON
download
home_pagehttps://github.com/eht16/python-logstash-async
SummaryAsynchronous Python logging handler for Logstash.
upload_time2024-02-12 22:27:02
maintainer
docs_urlNone
authorEnrico Tröger
requires_python>3.5
licenseMIT
keywords logging logstash asynchronous
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =====================
python-logstash-async
=====================

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


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>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/eht16/python-logstash-async",
    "name": "python-logstash-async",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">3.5",
    "maintainer_email": "",
    "keywords": "logging logstash asynchronous",
    "author": "Enrico Tr\u00f6ger",
    "author_email": "enrico.troeger@uvena.de",
    "download_url": "https://files.pythonhosted.org/packages/49/de/268a0c18ea8422254e4a6ebd767430b30899dcdc38a20fcbf0400b553755/python-logstash-async-3.0.0.tar.gz",
    "platform": null,
    "description": "=====================\npython-logstash-async\n=====================\n\n.. image:: https://img.shields.io/pypi/v/python-logstash-async.svg\n    :target: https://pypi.org/project/python-logstash-async/\n    :alt: PyPI\n\n.. image:: https://readthedocs.org/projects/python-logstash-async/badge/?version=latest\n    :target: https://python-logstash-async.readthedocs.io/en/latest/\n    :alt: Documentation Status\n\n.. image:: https://github.com/eht16/python-logstash-async/actions/workflows/tests.yml/badge.svg\n    :target: https://github.com/eht16/python-logstash-async/actions/workflows/tests.yml\n    :alt: CI Tests\n\n.. image:: https://img.shields.io/pypi/pyversions/python-logstash-async.svg\n    :target: https://pypi.org/project/python-logstash-async/\n    :alt: Python Versions\n\n.. image:: https://img.shields.io/pypi/l/python-logstash-async.svg\n    :target: https://pypi.org/project/python-logstash-async/\n    :alt: License\n\nPython Logstash Async is an asynchronous Python logging handler to submit\nlog events to a remote Logstash instance.\n\nUnlike most other Python Logstash logging handlers, this package works asynchronously\nby collecting log events from Python's logging subsystem and then transmitting the\ncollected events in a separate worker thread to Logstash.\nThis way, the main application (or thread) where the log event occurred, doesn't need to\nwait until the submission to the remote Logstash instance succeeded.\n\nThis is especially useful for applications like websites or web services or any kind of\nrequest serving API where response times matter.\n\nFor more details, configuration options and usage examples please see the\ndocumentation at http://python-logstash-async.readthedocs.io/en/latest/.\n\n\nInstallation\n------------\n\nThe easiest method is to install directly from pypi using pip::\n\n    pip install python-logstash-async\n\n\nIf you prefer, you can download python-logstash-async and install it\ndirectly from source::\n\n    python setup.py install\n\n\nGet the Source\n--------------\n\nThe source code is available at https://github.com/eht16/python-logstash-async/.\n\n\nContributing\n------------\n\nFound a bug or got a feature request? Please report it at\nhttps://github.com/eht16/python-logstash-async/issues.\n\n\nAuthor\n------\n\nEnrico Tr\u00f6ger <enrico.troeger@uvena.de>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Asynchronous Python logging handler for Logstash.",
    "version": "3.0.0",
    "project_urls": {
        "Documentation": "https://python-logstash-async.readthedocs.io/en/stable/",
        "Homepage": "https://github.com/eht16/python-logstash-async",
        "Source code": "https://github.com/eht16/python-logstash-async/"
    },
    "split_keywords": [
        "logging",
        "logstash",
        "asynchronous"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0df5c09c6571208869e1864f85a7fec0b0a6e52194d3bd6fc80af49304cfb2b2",
                "md5": "08bcc35d30af473c86b80b1504f62b15",
                "sha256": "4cfeadda50aa35d785dbddec3b9f904f9d3f40ac6f63a06bf81846b52f18b1c7"
            },
            "downloads": -1,
            "filename": "python_logstash_async-3.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "08bcc35d30af473c86b80b1504f62b15",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">3.5",
            "size": 24668,
            "upload_time": "2024-02-12T22:26:56",
            "upload_time_iso_8601": "2024-02-12T22:26:56.549252Z",
            "url": "https://files.pythonhosted.org/packages/0d/f5/c09c6571208869e1864f85a7fec0b0a6e52194d3bd6fc80af49304cfb2b2/python_logstash_async-3.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49de268a0c18ea8422254e4a6ebd767430b30899dcdc38a20fcbf0400b553755",
                "md5": "86fa30581d7e9a4bf39571137e8051b1",
                "sha256": "acbbac8355d556d12cd7d89fd05da6ea7c1d548bff1f9ebda8721e4b3a751379"
            },
            "downloads": -1,
            "filename": "python-logstash-async-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "86fa30581d7e9a4bf39571137e8051b1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">3.5",
            "size": 36947,
            "upload_time": "2024-02-12T22:27:02",
            "upload_time_iso_8601": "2024-02-12T22:27:02.798178Z",
            "url": "https://files.pythonhosted.org/packages/49/de/268a0c18ea8422254e4a6ebd767430b30899dcdc38a20fcbf0400b553755/python-logstash-async-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-12 22:27:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eht16",
    "github_project": "python-logstash-async",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "python-logstash-async"
}
        
Elapsed time: 0.19798s