Package | Description |
---|---|
org.opennms.features.apilayer.config | |
org.opennms.netmgt.config | |
org.opennms.netmgt.syslogd |
Constructor and Description |
---|
SyslogMatchExtensionManager(SyslogdConfig syslogdConfig) |
Modifier and Type | Class and Description |
---|---|
class |
SyslogdConfigFactory
This is the class used to load the configuration for the OpenNMS
Syslogd from syslogd-configuration.xml.
|
Modifier and Type | Class and Description |
---|---|
class |
SyslogConfigBean
This is a bean container that can be used as a
SyslogdConfig
service. |
Modifier and Type | Method and Description |
---|---|
protected SyslogdConfig |
SyslogParser.getConfig() |
Modifier and Type | Method and Description |
---|---|
static SyslogParser |
SyslogParser.getParserInstance(SyslogdConfig config,
ByteBuffer text) |
void |
SyslogSinkConsumer.setSyslogdConfig(SyslogdConfig syslogdConfig) |
Constructor and Description |
---|
ConvertToEvent(String systemId,
String location,
InetAddress addr,
int port,
ByteBuffer incoming,
Date receivedTimestamp,
SyslogdConfig config,
LocationAwareDnsLookupClient locationAwareDnsLookupClient,
com.google.common.cache.Cache<HostNameWithLocationKey,String> dnsCache)
Constructs a new event encapsulation instance based upon the
information passed to the method.
|
ConvertToEvent(String systemId,
String location,
InetAddress addr,
int port,
ByteBuffer incoming,
SyslogdConfig config,
LocationAwareDnsLookupClient locationAwareDnsLookupClient)
Constructs a new event encapsulation instance based upon the
information passed to the method.
|
CustomSyslogParser(SyslogdConfig config,
ByteBuffer text) |
JuniperSyslogParser(SyslogdConfig config,
ByteBuffer text) |
RadixTreeSyslogParser(SyslogdConfig config,
ByteBuffer syslogString) |
Rfc5424SyslogParser(SyslogdConfig config,
ByteBuffer text) |
SinkDispatchingSyslogReceiver(SyslogdConfig config) |
SyslogNGParser(SyslogdConfig config,
ByteBuffer text) |
SyslogParser(SyslogdConfig config,
ByteBuffer text) |
SyslogReceiverCamelNettyImpl(SyslogdConfig config) |
SyslogReceiverJavaNetImpl(SyslogdConfig config) |
SyslogSinkModule(SyslogdConfig config,
DistPollerDao distPollerDao) |
Copyright © 2021. All rights reserved.