Metadata-Version: 2.0
Name: systemdlogger
Version: 0.2.2
Summary: Exports systemd logs to cloudwatch/elasticsearch.
Home-page: https://github.com/techjacker/systemdlogger
Author: Andrew Griffiths
Author-email: mail@andrewgriffithsonline.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: boto3 (>=1.4.3)
Requires-Dist: botocore (>=1.4.92)
Requires-Dist: elasticsearch-dsl (<3.0.0,>=2.0.0)
Requires-Dist: requests (>=2.12.4)

systemdlogger
=======================

Exports systemd logs to an external service, eg cloudwatch, elasticsearch.
Use with a cron job.
Python3+.

----

See README.md for more info.


