Skip to main content

logs watching + webui

Project description

distributed log tail viewer

Why?

  • tail log files and forward them to web in runtime

  • dynamically parse and process logs

  • aggregating and collecting logs

  • alerting

Quick start

$ pip install logdog

Prepare config file:

# config.yml
---
sources:
  - /var/log/*.log: pipes.to-web
  - /var/log/*/*.log: pipes.to-web
  - /var/log/syslog: pipes.to-web

Start watching:

$ logdog --config=config.yml

TODO:

  • cover with tests

  • zmq connectors

  • mongo collector

  • webui storages

  • webui filtering / searching

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

logdog-0.2.2.tar.gz (14.0 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