public class SyslogCodec extends AbstractCodec
| Modifier and Type | Class and Description |
|---|---|
static class |
SyslogCodec.Config |
static class |
SyslogCodec.Descriptor |
static interface |
SyslogCodec.Factory |
| Modifier and Type | Field and Description |
|---|---|
static String |
CK_ALLOW_OVERRIDE_DATE |
static String |
CK_EXPAND_STRUCTURED_DATA |
static String |
CK_FORCE_RDNS |
static String |
CK_STORE_FULL_MESSAGE |
configuration| Constructor and Description |
|---|
SyslogCodec(Configuration configuration,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Message |
decode(RawMessage rawMessage) |
CodecAggregator |
getAggregator() |
getConfiguration, getNamepublic static final String CK_FORCE_RDNS
public static final String CK_ALLOW_OVERRIDE_DATE
public static final String CK_EXPAND_STRUCTURED_DATA
public static final String CK_STORE_FULL_MESSAGE
public SyslogCodec(Configuration configuration, com.codahale.metrics.MetricRegistry metricRegistry)
@Nullable public Message decode(@Nonnull RawMessage rawMessage)
@Nullable public CodecAggregator getAggregator()
getAggregator in interface CodecgetAggregator in class AbstractCodecCopyright © 2012-2016 Graylog, Inc.. All Rights Reserved.