A C D E F G I O P R S T U V W

A

addPair(String, char) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
Add a key value pair
addPair(String, boolean) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
Add a key value pair
addPair(String, double) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
Add a key value pair
addPair(String, long) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
Add a key value pair
addPair(String, int) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
Add a key value pair
addPair(String, Object) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
Add a key value pair
addPair(String, String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
Add a key value pair
addThrowable(Throwable) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
Utility method for formatting Throwable,Error,Exception objects in a more linear and Splunk friendly manner than printStackTrace
addThrowable(Throwable, int) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
Utility method for formatting Throwable,Error,Exception objects in a more linear and Splunk friendly manner than printStackTrace
args - Variable in class org.apache.camel.component.splunk.support.SplunkDataWriter
 

C

COMMON_CATEGORY - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
A device-specific classification provided as part of the event.
COMMON_COUNT - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
A device-specific classification provided as part of the event.
COMMON_DESC - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The free-form description of a particular event.
COMMON_DHCP_POOL - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The name of a given DHCP pool on a DHCP server.
COMMON_DURATION - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The amount of time the event lasted.
COMMON_DVC_HOST - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The fully qualified domain name of the device transmitting or recording the log record.
COMMON_DVC_IP - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The IPv4 address of the device reporting the event.
COMMON_DVC_IP6 - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The IPv6 address of the device reporting the event.
COMMON_DVC_LOCATION - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The free-form description of the device's physical location.
COMMON_DVC_MAC - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The MAC (layer 2) address of the device reporting the event.
COMMON_DVC_NT_DOMAIN - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The Windows NT domain of the device recording or transmitting the event.
COMMON_DVC_NT_HOST - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The Windows NT host name of the device recording or transmitting the event.
COMMON_DVC_TIME - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
Time at which the device recorded the event.
COMMON_END_TIME - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The event's specified end time.
COMMON_EVENT_ID - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
A unique identifier that identifies the event.
COMMON_LENGTH - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The length of the datagram, event, message, or packet.
COMMON_LOG_LEVEL - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The log-level that was set on the device and recorded in the event.
COMMON_NAME - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The name of the event as reported by the device.
COMMON_PID - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
An integer assigned by the device operating system to the process creating the record.
COMMON_PRIORITY - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
An environment-specific assessment of the event's importance, based on elements such as event severity, business function of the affected system, or other locally defined variables.
COMMON_PRODUCT - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The product that generated the event.
COMMON_PRODUCT_VERSION - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The version of the product that generated the event.
COMMON_REASON - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The result root cause, such as connection refused, timeout, crash, and so on.
COMMON_RESULT - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The action result.
COMMON_SEVERITY - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The severity (or priority) of an event as reported by the originating device.
COMMON_START_TIME - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The event's specified start time.
COMMON_TRANSACTION_ID - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The transaction identifier.
COMMON_URL - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
A uniform record locator (a web address, in other words) included in a record.
COMMON_VENDOR - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The vendor who made the product that generated the event.
ConsumerType - Enum in org.apache.camel.component.splunk
 
createConsumer(Processor) - Method in class org.apache.camel.component.splunk.SplunkEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.splunk.SplunkComponent
 
createExchanges(List<SplunkEvent>) - Method in class org.apache.camel.component.splunk.SplunkConsumer
 
createProducer() - Method in class org.apache.camel.component.splunk.SplunkEndpoint
 
createService(CamelContext) - Method in class org.apache.camel.component.splunk.SplunkConnectionFactory
 
createSocket(Service) - Method in class org.apache.camel.component.splunk.support.SplunkDataWriter
 
createSocket(Service) - Method in class org.apache.camel.component.splunk.support.StreamDataWriter
 
createSocket(Service) - Method in class org.apache.camel.component.splunk.support.SubmitDataWriter
 
createSocket(Service) - Method in class org.apache.camel.component.splunk.support.TcpDataWriter
 

D

DataWriter - Interface in org.apache.camel.component.splunk.support
 
DefaultSplunkConfigurationFactory - Class in org.apache.camel.component.splunk
 
DefaultSplunkConfigurationFactory() - Constructor for class org.apache.camel.component.splunk.DefaultSplunkConfigurationFactory
 
doStop() - Method in class org.apache.camel.component.splunk.SplunkEndpoint
 
doStop() - Method in class org.apache.camel.component.splunk.SplunkProducer
 
doWrite(SplunkEvent) - Method in class org.apache.camel.component.splunk.support.SplunkDataWriter
 
doWrite(SplunkEvent) - Method in class org.apache.camel.component.splunk.support.SubmitDataWriter
 

E

endpoint - Variable in class org.apache.camel.component.splunk.support.SplunkDataWriter
 

F

fromUri(String) - Static method in enum org.apache.camel.component.splunk.ConsumerType
 
fromUri(String) - Static method in enum org.apache.camel.component.splunk.ProducerType
 

G

getApp() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getApp() - Method in class org.apache.camel.component.splunk.SplunkConnectionFactory
 
getConfiguration() - Method in class org.apache.camel.component.splunk.SplunkEndpoint
 
getConnectionFactory() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getConnectionTimeout() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getConnectionTimeout() - Method in class org.apache.camel.component.splunk.SplunkConnectionFactory
 
getCount() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getCount() - Method in class org.apache.camel.component.splunk.support.SplunkDataReader
 
getDataWriter() - Method in class org.apache.camel.component.splunk.SplunkProducer
 
getEarliestTime() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getEarliestTime() - Method in class org.apache.camel.component.splunk.support.SplunkDataReader
 
getEventData() - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
getHost() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getIndex() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getInitEarliestTime() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getInitEarliestTime() - Method in class org.apache.camel.component.splunk.support.SplunkDataReader
 
getLatestTime() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getLatestTime() - Method in class org.apache.camel.component.splunk.support.SplunkDataReader
 
getOwner() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getPassword() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getPort() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getSavedSearch() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getScheme() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getScheme() - Method in class org.apache.camel.component.splunk.SplunkConnectionFactory
 
getSearch() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getSearch() - Method in class org.apache.camel.component.splunk.support.SplunkDataReader
 
getService() - Method in class org.apache.camel.component.splunk.SplunkEndpoint
 
getSource() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getSourceType() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getSplunkConfigurationFactory() - Method in class org.apache.camel.component.splunk.SplunkComponent
 
getTcpReceiverPort() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
getUsername() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 

I

isConnected() - Method in interface org.apache.camel.component.splunk.support.DataWriter
 
isConnected() - Method in class org.apache.camel.component.splunk.support.SplunkDataWriter
 
isSingleton() - Method in class org.apache.camel.component.splunk.SplunkEndpoint
 
isUseSunHttpsHandler() - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
isUseSunHttpsHandler() - Method in class org.apache.camel.component.splunk.SplunkConnectionFactory
 

O

org.apache.camel.component.splunk - package org.apache.camel.component.splunk
 
org.apache.camel.component.splunk.event - package org.apache.camel.component.splunk.event
 
org.apache.camel.component.splunk.support - package org.apache.camel.component.splunk.support
 

P

parseMap(Map<String, Object>) - Method in class org.apache.camel.component.splunk.DefaultSplunkConfigurationFactory
 
parseMap(Map<String, Object>) - Method in interface org.apache.camel.component.splunk.SplunkConfigurationFactory
 
poll() - Method in class org.apache.camel.component.splunk.SplunkConsumer
 
process(Exchange) - Method in class org.apache.camel.component.splunk.SplunkProducer
 
processBatch(Queue<Object>) - Method in class org.apache.camel.component.splunk.SplunkConsumer
 
ProducerType - Enum in org.apache.camel.component.splunk
 

R

read() - Method in class org.apache.camel.component.splunk.support.SplunkDataReader
 
reset(Exception) - Method in class org.apache.camel.component.splunk.SplunkEndpoint
 

S

setApp(String) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setApp(String) - Method in class org.apache.camel.component.splunk.SplunkConnectionFactory
 
setCommonCategory(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonCount(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonDesc(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonDhcpPool(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonDuration(long) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonDvcHost(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonDvcIp(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonDvcIp6(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonDvcLocation(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonDvcMac(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonDvcNtDomain(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonDvcNtHost(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonDvcTime(long) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonEndTime(long) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonEventId(long) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonLength(long) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonLogLevel(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonName(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonPid(long) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonPriority(long) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonProduct(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonProductVersion(long) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonReason(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonResult(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonSeverity(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonStartTime(long) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonTransactionId(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonUrl(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setCommonVendor(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setConnectionFactory(SplunkConnectionFactory) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setConnectionTimeout(int) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setConnectionTimeout(int) - Method in class org.apache.camel.component.splunk.SplunkConnectionFactory
 
setCount(int) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setEarliestTime(String) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setHost(String) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setIndex(String) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setIndex(String) - Method in class org.apache.camel.component.splunk.support.StreamDataWriter
 
setIndex(String) - Method in class org.apache.camel.component.splunk.support.SubmitDataWriter
 
setInitEarliestTime(String) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setLatestTime(String) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setOwner(String) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setPassword(String) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setPort(int) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setPort(int) - Method in class org.apache.camel.component.splunk.support.TcpDataWriter
 
setSavedSearch(String) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setScheme(String) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setScheme(String) - Method in class org.apache.camel.component.splunk.SplunkConnectionFactory
 
setSearch(String) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setSource(String) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setSourceType(String) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setSplunkConfigurationFactory(DefaultSplunkConfigurationFactory) - Method in class org.apache.camel.component.splunk.SplunkComponent
 
setTcpReceiverPort(int) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setUpdatePackage(String) - Method in class org.apache.camel.component.splunk.event.SplunkEvent
 
setUsername(String) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setUseSunHttpsHandler(boolean) - Method in class org.apache.camel.component.splunk.SplunkConfiguration
 
setUseSunHttpsHandler(boolean) - Method in class org.apache.camel.component.splunk.SplunkConnectionFactory
 
SplunkComponent - Class in org.apache.camel.component.splunk
Represents the component that manages SplunkEndpoint.
SplunkComponent() - Constructor for class org.apache.camel.component.splunk.SplunkComponent
 
SplunkConfiguration - Class in org.apache.camel.component.splunk
 
SplunkConfiguration() - Constructor for class org.apache.camel.component.splunk.SplunkConfiguration
 
SplunkConfigurationFactory - Interface in org.apache.camel.component.splunk
 
SplunkConnectionFactory - Class in org.apache.camel.component.splunk
 
SplunkConnectionFactory(String, int, String, String) - Constructor for class org.apache.camel.component.splunk.SplunkConnectionFactory
 
SplunkConnectionFactory(String, String) - Constructor for class org.apache.camel.component.splunk.SplunkConnectionFactory
 
SplunkConsumer - Class in org.apache.camel.component.splunk
The Splunk consumer.
SplunkConsumer(SplunkEndpoint, Processor, ConsumerType) - Constructor for class org.apache.camel.component.splunk.SplunkConsumer
 
SplunkDataReader - Class in org.apache.camel.component.splunk.support
 
SplunkDataReader(SplunkEndpoint, ConsumerType) - Constructor for class org.apache.camel.component.splunk.support.SplunkDataReader
 
SplunkDataWriter - Class in org.apache.camel.component.splunk.support
 
SplunkDataWriter(SplunkEndpoint, Args) - Constructor for class org.apache.camel.component.splunk.support.SplunkDataWriter
 
SplunkEndpoint - Class in org.apache.camel.component.splunk
Represents a Splunk endpoint.
SplunkEndpoint() - Constructor for class org.apache.camel.component.splunk.SplunkEndpoint
 
SplunkEndpoint(String, SplunkComponent, SplunkConfiguration) - Constructor for class org.apache.camel.component.splunk.SplunkEndpoint
 
SplunkEvent - Class in org.apache.camel.component.splunk.event
 
SplunkEvent(Map<String, String>) - Constructor for class org.apache.camel.component.splunk.event.SplunkEvent
A Constructor to load data from a Map
SplunkEvent(SplunkEvent) - Constructor for class org.apache.camel.component.splunk.event.SplunkEvent
A Copy constructor
SplunkEvent(String, String, boolean, boolean) - Constructor for class org.apache.camel.component.splunk.event.SplunkEvent
Constructor to create a generic event
SplunkEvent(String, String) - Constructor for class org.apache.camel.component.splunk.event.SplunkEvent
Constructor to create a generic event with the default format
SplunkEvent() - Constructor for class org.apache.camel.component.splunk.event.SplunkEvent
Default constructor
SplunkProducer - Class in org.apache.camel.component.splunk
The Splunk producer.
SplunkProducer(SplunkEndpoint, ProducerType) - Constructor for class org.apache.camel.component.splunk.SplunkProducer
 
start() - Method in interface org.apache.camel.component.splunk.support.DataWriter
 
start() - Method in class org.apache.camel.component.splunk.support.SplunkDataWriter
 
stop() - Method in interface org.apache.camel.component.splunk.support.DataWriter
 
stop() - Method in class org.apache.camel.component.splunk.support.SplunkDataWriter
 
StreamDataWriter - Class in org.apache.camel.component.splunk.support
 
StreamDataWriter(SplunkEndpoint, Args) - Constructor for class org.apache.camel.component.splunk.support.StreamDataWriter
 
SubmitDataWriter - Class in org.apache.camel.component.splunk.support
 
SubmitDataWriter(SplunkEndpoint, Args) - Constructor for class org.apache.camel.component.splunk.support.SubmitDataWriter
 

T

TcpDataWriter - Class in org.apache.camel.component.splunk.support
 
TcpDataWriter(SplunkEndpoint, Args) - Constructor for class org.apache.camel.component.splunk.support.TcpDataWriter
 
toString() - Method in class org.apache.camel.component.splunk.event.SplunkEvent
return the completed event message

U

UPDATE_PACKAGE - Static variable in class org.apache.camel.component.splunk.event.SplunkEvent
The name of the installed update.

V

valueOf(String) - Static method in enum org.apache.camel.component.splunk.ConsumerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.component.splunk.ProducerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.splunk.ConsumerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.component.splunk.ProducerType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(SplunkEvent) - Method in interface org.apache.camel.component.splunk.support.DataWriter
 
write(SplunkEvent) - Method in class org.apache.camel.component.splunk.support.SplunkDataWriter
 

A C D E F G I O P R S T U V W

Apache Camel