-
removes the patterns from patterns dir
The core patterns are now provided by the logstash-patterns-core gem. This empty folder can be used for custom patterns. Fixes #2228
-
Improve RFC-5424 app, proc and msgid matching
quatre committedMar 10, 2014
-
[LOGSTASH-1630] Syslog 5424 patterns fail to match additional spaces
pdf committedNov 21, 2013 https://logstash.jira.com/browse/LOGSTASH-1630 Split the start of `SYSLOG5424LINE` out to `SYSLOG5424BASE`, in case people want to create PAM or CRON patterns, similar to those available for `SYSLOG`. Also make syslog5424_sd optionally match nothing, since it seems to be ommitted entirely with rsyslog's `RSYSLOG_SyslogProtocol23Format` (ie - there is no SD data, and it is not correctly replaced with a `-`).
-
[syslog5424] do not capture chevrons with priority value
bfritz committedAug 23, 2013 Priority is "191", not "<191>". The syslog_pri filter expects a raw integer without the extra punctuation.
-
[syslog5424] non-capturing parens since no backreferences needed
bfritz committedAug 22, 2013 -
[syslog5424] structured data should be nil when RFC NILVALUE is used
bfritz committedAug 22, 2013
-
And another one :-( Working in the eve is a **bad** idea.
Alexander Papaspyrou committedMar 22, 2013 -
Alexander Papaspyrou committed
Mar 22, 2013 -
Changes wrt. @jordansissel's comments on [my pull request](#415).
Alexander Papaspyrou committedMar 22, 2013 -
Added support for IETF 5425 syslog parsing in grok.
Alexander Papaspyrou committedMar 22, 2013
-
- Add support for iso8601 timestamps in syslog messages
jordansissel committedNov 9, 2010
-
fetep committed
Oct 18, 2009 - remove sample agent.redhat.rb; sample config is the same thing - indexers now broadcast to each other and build up a directory - indexers respond to a directory request and provide a list of indexers - move some errors/usage messages to $stderr - refactor search.rb to query all available indexers
-
- Add cron patterns to linux-syslog
jordansissel committedSep 19, 2009
-
fetep committed
Aug 10, 2009 - add some linux-syslog patterns - sample config for linux-syslog