{ "info": { "author": "Jamie Cressey", "author_email": "jamiecressey89@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: System :: Logging" ], "description": ".. image:: https://travis-ci.org/python-beaver/beaver-sqs?branch=master\n :target: https://travis-ci.org/python-beaver/beaver-sqs\n\n.. image:: https://coveralls.io/repos/python-beaver/beaver-sqs/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/python-beaver/beaver-sqs?branch=master\n\nBeaver-SQS\n==========\n\nTransport module for `Python-Beaver `_ to deliver log entries via AWS SQS.\n\n**Usage**\n\nBeaver can optionally get data from a configfile using the -c flag. This file is in ini format. Global configuration will be under the beaver stanza. The following are global beaver configuration keys with their respective meanings:\n\n- sqs_aws_access_key: Can be left blank to use IAM Roles or AWS_ACCESS_KEY_ID environment variable (see: https://github.com/boto/boto#getting-started-with-boto)\n- sqs_aws_secret_key: Can be left blank to use IAM Roles or AWS_SECRET_ACCESS_KEY environment variable (see: https://github.com/boto/boto#getting-started-with-boto)\n- sqs_aws_profile_name: Can be left blank to use IAM Roles AWS_SECRET_ACCESS_KEY environment variable, or fixed keypair (above) (see: https://github.com/boto/boto#getting-started-with-boto)\n- sqs_aws_region: Default us-east-1. AWS Region\n- sqs_aws_queue: SQS queue, or comma delimited list of queues (must exist)\n- sqs_aws_queue_owner_acct_id: Optional. Defaults None. Account ID or Principal allowed to write to queue\n- sqs_bulk_lines: Optional. Send multiple log entries in a single SQS message (cost saving benefit on larger environments)\n\n**Example**\n::\n\n # /etc/beaver/conf\n [beaver]\n sqs_aws_region: us-east-1\n sqs_aws_queue: logstash-input1,logstash-input2\n sqs_aws_access_key: \n sqs_aws_secret_key: \n\n # logstash indexer config:\n input {\n sqs {\n queue => \"logstash-input1\"\n access_key_id => \"\"\n secret_access_key => \"\"\n }\n }\n output { stdout { debug => true } }\n\n\n**Contributing**\n\nSee: `CONTRIBUTING.rst `_\n\n**Credits**\n\n- `Jamie Cressey `_\n- `Jose Gonzalez `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/python-beaver/beaver-sqs", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "beaver_sqs", "package_url": "https://pypi.org/project/beaver_sqs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/beaver_sqs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/python-beaver/beaver-sqs" }, "release_url": "https://pypi.org/project/beaver_sqs/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "python daemon that munches on logs and sends their contents to logstash", "version": "0.0.1" }, "last_serial": 1882892, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a79fdba2295dbb3f3f6fb89a7a47cd55", "sha256": "00cac8d7dc17a0250ff210b464fbe4fdfec0050b35db3537a12984d99b25eb44" }, "downloads": -1, "filename": "beaver_sqs-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a79fdba2295dbb3f3f6fb89a7a47cd55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3980, "upload_time": "2015-12-30T22:25:13", "url": "https://files.pythonhosted.org/packages/1b/bf/d4ab5841122681aaa6d24dbea5210297864636962981c5088af9311b1370/beaver_sqs-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a79fdba2295dbb3f3f6fb89a7a47cd55", "sha256": "00cac8d7dc17a0250ff210b464fbe4fdfec0050b35db3537a12984d99b25eb44" }, "downloads": -1, "filename": "beaver_sqs-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a79fdba2295dbb3f3f6fb89a7a47cd55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3980, "upload_time": "2015-12-30T22:25:13", "url": "https://files.pythonhosted.org/packages/1b/bf/d4ab5841122681aaa6d24dbea5210297864636962981c5088af9311b1370/beaver_sqs-0.0.1.tar.gz" } ] }