Python library for Logstash
Project description
Logstash provides library for creating logstash messages from Python. The most useful class is the Event class that formats a JSON object into a Python class.
#!/usr/bin/env python
import logstash
event = logstash.Event(json_data)
For more information on logstash goto the website here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
logstash-0.1dev.tar.gz
(2.2 kB
view hashes)