Metadata-Version: 1.2
Name: kinesyslog
Version: 0.6.0
Summary: Syslog and GELF relay to AWS Kinesis Firehose. Supports UDP, TCP, and TLS; RFC3164, RFC5424, RFC5425, RFC6587, GELF v1.1.
Home-page: https://github.com/brandond/kinesyslog
Author: Brandon Davidson
Author-email: brad@oatmail.org
License: Apache
Description-Content-Type: UNKNOWN
Description: kinesyslog
        ==========
        
        Syslog and GELF relay to AWS Kinesis Firehose. Supports UDP, TCP, and TLS; RFC3164, RFC5424, RFC5425, RFC6587, GELF v1.1.
        
        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.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: Log Analysis
Classifier: Topic :: System :: Logging
Requires-Python: >=3.5
