{ "info": { "author": "CyberInt", "author_email": "tools@cyberint.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# celstash\nCelery logging to logstash and sturctured log (JSON) file\n\nPlease submit bugs [here](https://github.com/CyberInt/celstash/issues).\n\n# Usage\n\n import celstash\n import logging\n\n logger = celstash.new_logger('worker1', logstash_host='example.com')\n logger.setLevel(logging.INFO)\n logger.info('Money is the root of all evil, and man needs roots.')\n\n\n# logstash setup\n\n input {\n udp {\n codec => json\n }\n }\n output {\n elasticsearch {\n host => localhost # Change to your host\n }\n }\n\n# License\nMIT, see [LICENSE.txt](LICENSE.txt)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/CyberInt/celstash", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "celstash", "package_url": "https://pypi.org/project/celstash/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/celstash/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/CyberInt/celstash" }, "release_url": "https://pypi.org/project/celstash/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "log from celery to logstash and structured log", "version": "0.1.0" }, "last_serial": 1607698, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "09d37721e5d0179ee3a88fa63bfc7c0c", "sha256": "e8b197f8c1faaf33ac806c22b80fb7048207fd6143c86814e5559062b5396938" }, "downloads": -1, "filename": "celstash-0.1.0.tar.gz", "has_sig": false, "md5_digest": "09d37721e5d0179ee3a88fa63bfc7c0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4209, "upload_time": "2015-06-26T11:28:28", "url": "https://files.pythonhosted.org/packages/ae/56/b9a77a93f5557ee28d6f7c10375a3347713ccf13d98ba70e8fbaa844926b/celstash-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "09d37721e5d0179ee3a88fa63bfc7c0c", "sha256": "e8b197f8c1faaf33ac806c22b80fb7048207fd6143c86814e5559062b5396938" }, "downloads": -1, "filename": "celstash-0.1.0.tar.gz", "has_sig": false, "md5_digest": "09d37721e5d0179ee3a88fa63bfc7c0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4209, "upload_time": "2015-06-26T11:28:28", "url": "https://files.pythonhosted.org/packages/ae/56/b9a77a93f5557ee28d6f7c10375a3347713ccf13d98ba70e8fbaa844926b/celstash-0.1.0.tar.gz" } ] }