digitalocean / captainslog

A Syslog Protocol Parser
Mozilla Public License 2.0
136 stars 19 forks source link

Problem: need to prefix match on program tag #42

Closed taotetek closed 8 years ago

taotetek commented 8 years ago

Since we do not currently distinguish between "program name" and "tag" when parsing, and since some programs include '[pid]' as part of the syslog tag, we need the TagMatcher to do a prefix match instead of an exact match until this is handled in SyslogMsg.