All work

Select view

Select search mode

 

1.8-compatible CustomSyslogParser is not actually 1.8-compatible ;)

Fixed

Description

While investigating some Syslog-related issues for a customer, we found that Jeff's old examples for syslog parsing:

http://searchdatacenter.techtarget.com/tip/Turn-aggregated-syslog-messages-into-OpenNMS-events

...no longer worked with 1.9.

Acceptance / Success Criteria

None

Lucidchart Diagrams

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

PagerDuty

Created December 7, 2011 at 4:16 PM
Updated January 27, 2017 at 4:21 PM
Resolved December 7, 2011 at 4:19 PM

Activity

Jeff GehlbachDecember 7, 2011 at 5:20 PM

Adding relevant tags

Benjamin ReedDecember 7, 2011 at 4:19 PM

The issue was the way the CustomSyslogParser was implemented. It has been modified to behave closer to 1.8's behavior (by copying the original 1.8 code and adapting it to the updated parser interface).

The unit tests have been updated to deal with the example from that techtarget URL.