Metadata-Version: 2.0
Name: kinesyslog
Version: 0.2.2
Summary: Syslog relay to Kinesis Firehose. Supports UDP, TCP, and TLS: RFC2164, RFC5424, RFC5425, RFC6587.
Home-page: https://github.com/brandond/kinesyslog
Author: Brandon Davidson
Author-email: brad@oatmail.org
License: Apache
Download-URL: https://github.com/brandond/kinesyslog/tarball/0.2.2
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Logging
Requires-Python: >=3.5
Requires-Dist: boto3 (>=1.4.7)
Requires-Dist: click
Requires-Dist: python-libuuid

KINESYSLOG
==========

Syslog relay to AWS Kinesis Firehose. Supports UDP, TCP, and TLS: RFC2164, RFC5424, RFC5425, RFC6587.

Prerequisites
-------------

This module requires Python 3.5 or better, due to its use of the ``asyncio`` framework.

This module uses Boto3 to make API calls against the Kinesis Firehose service. You
should have a working AWS API environment (~/.aws/credentials,
environment variables, or EC2 IAM Role) that allows calling Kinesis Firehose's
``put-record-batch`` method against the account that it is running in, and the stream
specified on the command line.

Consult `README.md on GitHub <https://github.com/brandond/kinesyslog/blob/master/README.md>`__ for usage instructions.


