| Package | Description | 
|---|---|
| org.opennms.netmgt.syslogd | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CustomSyslogParser  | 
class  | 
JuniperSyslogParser  | 
class  | 
RadixTreeSyslogParser
This parser reads a set of grok patterns that are stored in the 
 grok-patterns.txt classpath resource and uses the patterns to
 construct a syslog message parser. 
 | 
class  | 
Rfc5424SyslogParser
A parser that handles the new Syslog standard (as defined in RFC5424). 
 | 
class  | 
SyslogNGParser
A stricter variant of the  
CustomSyslogParser which parses
 Syslog-NG's default format. | 
| Modifier and Type | Method and Description | 
|---|---|
static SyslogParser | 
SyslogParser.getParserInstance(SyslogdConfig config,
                 ByteBuffer text)  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<? extends SyslogParser> | 
SyslogMessage.getParserClass()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SyslogMessage.setParserClass(Class<? extends SyslogParser> parser)  | 
Copyright © 2021. All rights reserved.