Interface | Description |
---|---|
ByteBufferParser<T> | |
ParserStage |
An individual stage of the token parser.
|
SyslogReceiver |
Class | Description |
---|---|
ConvertToEvent |
This routine does the majority of Syslogd's work.
|
CustomSyslogParser | |
GrokParserStageSequenceBuilder |
This class can parse grok pattern strings to create a parser that can
assign parsed values to a syslog message object.
|
JuniperSyslogParser | |
ParserStageSequenceBuilder |
This class is used to construct a sequence of
ParserStage objects
that can parse ByteBuffer objects into tokens. |
ParserState |
The state of the entire parse operation.
|
RadixTreeParser |
This class uses a
RadixTree to store a tree of parser stages. |
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.
|
Rfc5424SyslogParser |
A parser that handles the new Syslog standard (as defined in RFC5424).
|
SingleSequenceParser |
This class uses a single
ParserStage sequence to parse an incoming
ByteBuffer message. |
SinkDispatchingSyslogReceiver | |
SyslogConfigBean |
This is a bean container that can be used as a
SyslogdConfig
service. |
Syslogd |
The received messages are converted into XML and sent to eventd.
|
SyslogMessage | |
SyslogNGParser |
A stricter variant of the
CustomSyslogParser which parses
Syslog-NG's default format. |
SyslogParser | |
SyslogReceiverCamelNettyImpl | |
SyslogReceiverJavaNetImpl | |
SyslogSinkConsumer | |
SyslogSinkModule | |
SyslogTimeStamp |
The TimestampFormat class implements the code necessary to format and parse
syslog timestamps, which come in the flavor of 'Sep 14 15:43:06'.
|
SyslogYearCompleter |
Enum | Description |
---|---|
GrokParserStageSequenceBuilder.SyslogSemanticType |
This enum contains all well-known syslog message fields.
|
ParserStage.AcceptResult | |
SyslogFacility | |
SyslogSeverity |
Exception | Description |
---|---|
MessageDiscardedException |
MessageDiscardedException class.
|
SyslogParserException |
Copyright © 2021. All rights reserved.