logstash-plugins / logstash-input-syslog

Apache License 2.0
37 stars 38 forks source link

Permit the use of a custom grok pattern #47

Closed untergeek closed 6 years ago

untergeek commented 6 years ago

This allows the syslog input plugin to ingest events from appliances which send in non-standard syslog formats, especially when use of a codec (e.g. cef) is also required. This prevents the need for custom plugins or hacks.

This exact scenario was encountered, where an appliance was sending "syslog" which was not RFC compliant, and the use of the cef codec was required to further parse the remaining portion of the message.

untergeek commented 6 years ago

fixes #46