Skip to main content

UDPLog is a system for emitting application log events via UDP and shipping them via RabbitMQ or Scribe for further processing.

Project description

What is this?

UDPLog is a system for emitting application log events via UDP and shipping them via RabbitMQ or Scribe for further processing. The idea is that the applications sends its structured log events to a dedicated shipping daemon on the same machine, which in turn passes it on to one or more remote services. As this uses UDP, emitting events is non-blocking fire-and-forget. An application like Logstash can then be used to process and store log events.

Requirements

  • simplejson

  • Twisted (optional for Twisted logging support and requisite for the server-side shippers)

  • txAMQP (for shipping to RabbitMQ)

  • scribe (for shipping to Scribe)

  • thrift (for shipping to Scribe)

To generate the documentation:

  • docutils

  • Sphinx

  • pydoctor (including apilinks_sphinxext.py)

  • epydoc

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

udplog-0.1.1.tar.gz (46.8 kB view hashes)

Uploaded Source

Built Distribution

udplog-0.1.1-py2.7.egg (86.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page