Skip to main content

Python utility to parse log files and send them to a Sentry server.

Project description

==========
pylogwatch
==========
Log file parser, which sends the contents of log files to a centralized Sentry server. Meant for periodic execution via cron.

Config
==========
So far the config format is quite simple. It currently looks like this:
::
DEBUG=True

RAVEN = {
'dsn':'<RAVEN_DSN_URL>',
}

# List of files to monitor and their associated formatters
FILE_FORMATTERS = {
'/var/log/syslog': ('formatters.base.SysLogDateFormatter',
'formatters.base.SysLogProcFormatter',),

'/var/log/auth.log': ('formatters.base.SysLogDateFormatter',
'formatters.base.SysLogProcFormatter',),

'/var/log/apache/error.log': ('formatters.web.ApacheErrorLogFormatter',),

}


DB
==========
PyLogWatch will automaticall create a SQLite database in the folder where the Config File resides.

Execution
==========
To start pylogwatch simply use the '-c' switch to indicate the path to the configuration file:

pylog.py -c /path/to/pylogconf.py

Caveats
==========
Keep in mind that PyLogWatch uses a regular Python file as a configuration. This means that giving write access
to the config file is equivalent to giving execuion privileges for custom Python code. Keep your configuration files
adequately protected

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

PyLogWatch-0.1.8-alpha1.tar.gz (17.8 kB view details)

Uploaded Source

File details

Details for the file PyLogWatch-0.1.8-alpha1.tar.gz.

File metadata

File hashes

Hashes for PyLogWatch-0.1.8-alpha1.tar.gz
Algorithm Hash digest
SHA256 f4a00c07be075d985fed8629ec2d1aa1a75c8df8165f21e8fa0323dee232ba11
MD5 f47f7d45fb4369ab57be69c901658b1d
BLAKE2b-256 5e93ffc4c8359e52e3630c43ffaa0914df0fe317b0b68dfb2140d6b98bc2285d

See more details on using hashes here.

Provenance

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