os-loganalyze/os_loganalyze
Sean Dague bbef755ed8 Fix systemd line parsing
There was a bug in systemd parsing with a missing space so that it was
never matching. That's fixed.

In addition, the systemd and syslog line parsing are close enough to
each other, that in our previous patterns they would match each
other's lines. The important distinction is that systemd includes
[pid] after the host which syslog doesn't.

We also have to realize that status might not be in a systemd line,
and that's ok, but still match it, given that otherwise we run the
risk of falling into the syslog match.

Change-Id: Id91c167118894c86b9b0d875a1bb36bdbe239ebd
2017-04-12 06:29:20 -04:00
..
cmd Use /usr/bin/env python instead of /usr/bin/python 2014-07-13 18:54:47 +02:00
templates Add mtime to generated indexes 2015-10-08 13:19:16 -07:00
tests Fix systemd line parsing 2017-04-12 06:29:20 -04:00
__init__.py initial cookiecutter import 2013-10-11 10:03:03 -04:00
filter.py Fix systemd line parsing 2017-04-12 06:29:20 -04:00
generator.py Remove swift support 2017-04-05 12:53:05 -04:00
server.py Add support for listing folder indexes 2015-09-02 23:25:33 +10:00
util.py Whitelist .log.gz files from the passthrough 2015-11-30 21:33:23 +00:00
view.py Skip whitespace for html view 2015-09-30 23:28:09 +10:00
wsgi.py Add support for rfc7233 range headers. 2015-11-11 16:05:06 -08:00