Commits on Dec 17, 2014
  1. removes the patterns from patterns dir

    jsvd authored and jordansissel committed Dec 12, 2014
    The core patterns are now provided by the logstash-patterns-core gem.
    This empty folder can be used for custom patterns.
    
    Fixes #2228
Commits on Apr 7, 2014
Commits on Nov 21, 2013
  1. [LOGSTASH-1630] Syslog 5424 patterns fail to match additional spaces

    pdf committed Nov 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 `-`).
Commits on Aug 24, 2013
  1. [syslog5424] do not capture chevrons with priority value

    bfritz committed Aug 23, 2013
    Priority is "191", not "<191>".  The syslog_pri filter expects a
    raw integer without the extra punctuation.
Commits on Aug 23, 2013
Commits on Mar 22, 2013
  1. And another one :-( Working in the eve is a **bad** idea.

    Alexander Papaspyrou
    Alexander Papaspyrou committed Mar 22, 2013
  2. Meh. Forgot one variable...

    Alexander Papaspyrou
    Alexander Papaspyrou committed Mar 22, 2013
  3. Changes wrt. @jordansissel's comments on [my pull request](#415).

    Alexander Papaspyrou
    Alexander Papaspyrou committed Mar 22, 2013
  4. Added support for IETF 5425 syslog parsing in grok.

    Alexander Papaspyrou
    Alexander Papaspyrou committed Mar 22, 2013
Commits on Nov 9, 2010
Commits on Oct 18, 2009
  1. - remove some debugging cruft

    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
Commits on Sep 19, 2009
Commits on Aug 10, 2009
  1. - capture pid in SYSLOGPROG

    fetep committed Aug 10, 2009
    - add some linux-syslog patterns
    - sample config for linux-syslog