{"id":18974154,"url":"https://github.com/eht16/python-logstash-async","last_synced_at":"2025-05-15T02:06:43.952Z","repository":{"id":12560725,"uuid":"56568022","full_name":"eht16/python-logstash-async","owner":"eht16","description":"Python logging handler for sending log events asynchronously to Logstash.","archived":false,"fork":false,"pushed_at":"2025-03-16T12:14:10.000Z","size":319,"stargazers_count":190,"open_issues_count":6,"forks_count":54,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-12T15:57:47.366Z","etag":null,"topics":["asynchronous","logging","logstash","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"vklochan/python-logstash","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eht16.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-04-19T05:45:05.000Z","updated_at":"2025-03-16T12:14:12.000Z","dependencies_parsed_at":"2023-11-19T23:21:04.116Z","dependency_job_id":"165753b0-9d31-45f4-b232-0160736b7ef6","html_url":"https://github.com/eht16/python-logstash-async","commit_stats":{"total_commits":174,"total_committers":30,"mean_commits":5.8,"dds":"0.33333333333333337","last_synced_commit":"16427b575ff86d1831457d5b114c5e8760a66b00"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eht16%2Fpython-logstash-async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eht16%2Fpython-logstash-async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eht16%2Fpython-logstash-async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eht16%2Fpython-logstash-async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eht16","download_url":"https://codeload.github.com/eht16/python-logstash-async/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254259370,"owners_count":22040819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asynchronous","logging","logstash","python"],"created_at":"2024-11-08T15:14:15.813Z","updated_at":"2025-05-15T02:06:43.933Z","avatar_url":"https://github.com/eht16.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=====================\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öger \u003cenrico.troeger@uvena.de\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feht16%2Fpython-logstash-async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feht16%2Fpython-logstash-async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feht16%2Fpython-logstash-async/lists"}