Index

A B C D E F I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages

A

apiUrl() - Method in interface io.quarkiverse.logging.splunk.DevServicesLoggingSplunkRuntimeConfig
The API URL the splunk dev service listens on.
async() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
AsyncHandler config
AsyncConfig - Interface in io.quarkiverse.logging.splunk
Copy of io.quarkus.runtime.logging, as the fields are package-private.

B

batchInterval() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Batching delay before sending a group of events.
batchSizeBytes() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Maximum total size in bytes of events in a batch.
batchSizeCount() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Maximum number of events in a batch.

C

callTimeout() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Sets the default timeout for complete calls in milliseconds.
channel() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
A GUID to identify an HEC client and guarantee isolation at HEC level in case of slow clients.
close() - Method in class io.quarkiverse.logging.splunk.SplunkLogHandler
 
config() - Method in interface io.quarkiverse.logging.splunk.SplunkConfig
Configuration for Splunk HEC logging for the root level.
connectTimeout() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Sets the default connect timeout for new connections in milliseconds.
containerEnv() - Method in interface io.quarkiverse.logging.splunk.config.build.DevServicesLoggingSplunkBuildTimeConfig
Additional environment variables to inject.

D

devservices() - Method in interface io.quarkiverse.logging.splunk.config.build.SplunkBuildConfig
Configuration for the dev services.
devservices() - Method in interface io.quarkiverse.logging.splunk.SplunkConfig
Runtime configuration for the Splunk DevService.
DevServicesLoggingSplunkBuildTimeConfig - Interface in io.quarkiverse.logging.splunk.config.build
The build time configuration around the Splunk dev services.
DevServicesLoggingSplunkRuntimeConfig - Interface in io.quarkiverse.logging.splunk
 
disableCertificateValidation() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Disable TLS certificate validation with HEC endpoint
doPublish(ExtLogRecord) - Method in class io.quarkiverse.logging.splunk.SplunkLogHandler
 

E

enable() - Method in interface io.quarkiverse.logging.splunk.AsyncConfig
Indicates whether to log asynchronously
enabled() - Method in interface io.quarkiverse.logging.splunk.config.build.DevServicesLoggingSplunkBuildTimeConfig
whether to activate dev services or not
enabled() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Determine whether to enable the handler
error(List<HttpEventCollectorEventInfo>, Exception) - Method in class io.quarkiverse.logging.splunk.SplunkErrorCallback
Logs the original event to stdout (if console handler is disabled).

F

filter() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
The name of the named filter to link to the splunk handler.
FLAT - Enum constant in enum class io.quarkiverse.logging.splunk.SplunkHandlerConfig.SerializationFormat
 
flush() - Method in class io.quarkiverse.logging.splunk.SplunkLogHandler
 
format() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
The log format, defining which metadata are inlined inside the log main payload.

I

imageName() - Method in interface io.quarkiverse.logging.splunk.config.build.DevServicesLoggingSplunkBuildTimeConfig
Override the docker image used for the Splunk dev service
includeException() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Whether to send the thrown exception message as a structured metadata of the log event (as opposed to %e in a formatted message, it does not include the exception name or stacktrace).
includeLoggerName() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Whether to send the logger name as a structured metadata of the log event (equivalent of %c in a formatted message).
includeThreadName() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Whether to send the thread name as a structured metadata of the log event (equivalent of %t in a formatted message).
initializeHandler(SplunkConfig, DiscoveredLogComponents) - Method in class io.quarkiverse.logging.splunk.SplunkLogHandlerRecorder
 
initializeHandlers(SplunkConfig, DiscoveredLogComponents) - Method in class io.quarkiverse.logging.splunk.SplunkLogHandlerRecorder
 
io.quarkiverse.logging.splunk - package io.quarkiverse.logging.splunk
 
io.quarkiverse.logging.splunk.config.build - package io.quarkiverse.logging.splunk.config.build
 

L

level() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
The splunk handler log level.

M

maxRetries() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Maximum number of retries in case of I/O exceptions with HEC connection.
metadataFields() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Optional static key/value pairs to populate the "fields" key of event metadata.
metadataHost() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Overrides the host name metadata value.
metadataIndex() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
The optional name of the index by which the event data is to be stored.
metadataSeverityFieldName() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
The name of the key used to convey the severity / log level in the metadata fields.
metadataSource() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
The source value to assign to the event data.
metadataSourceType() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
The optional format of the events, to enable some parsing on Splunk side.
middleware() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
A middleware to customize the behavior of sending events to Splunk.

N

namedHandlers() - Method in interface io.quarkiverse.logging.splunk.SplunkConfig
Map of all the custom/named handlers configuration using Splunk implementation.
NESTED - Enum constant in enum class io.quarkiverse.logging.splunk.SplunkHandlerConfig.SerializationFormat
 

O

overflow() - Method in interface io.quarkiverse.logging.splunk.AsyncConfig
Determine whether to block the publisher (rather than drop the message) when the queue is full

P

PARALLEL - Enum constant in enum class io.quarkiverse.logging.splunk.SplunkHandlerConfig.SendMode
 
plugNamedHandlers() - Method in interface io.quarkiverse.logging.splunk.config.build.DevServicesLoggingSplunkBuildTimeConfig
Map that allows to tell to plug the following named handlers to the dev service

Q

queueLength() - Method in interface io.quarkiverse.logging.splunk.AsyncConfig
The queue length to use before flushing writing

R

raw() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Deprecated, for removal: This API element is subject to removal in a future version.
RAW - Enum constant in enum class io.quarkiverse.logging.splunk.SplunkHandlerConfig.SerializationFormat
 
readTimeout() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Sets the default read timeout for new connections in milliseconds.

S

sendMode() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
The strategy to send events to HEC.
SEQUENTIAL - Enum constant in enum class io.quarkiverse.logging.splunk.SplunkHandlerConfig.SendMode
 
serialization() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
The format of the payload.
setFilter(Filter) - Method in class io.quarkiverse.logging.splunk.SplunkLogHandler
 
shared() - Method in interface io.quarkiverse.logging.splunk.config.build.DevServicesLoggingSplunkBuildTimeConfig
Whether the instance of splunk can be shared between runs in DEV mode.
SplunkBuildConfig - Interface in io.quarkiverse.logging.splunk.config.build
The build time configuration for the Splunk logging extension.
SplunkConfig - Interface in io.quarkiverse.logging.splunk
Configuration for Splunk HEC logging
SplunkErrorCallback - Class in io.quarkiverse.logging.splunk
 
SplunkErrorCallback() - Constructor for class io.quarkiverse.logging.splunk.SplunkErrorCallback
 
SplunkErrorCallback(PrintStream, PrintStream) - Constructor for class io.quarkiverse.logging.splunk.SplunkErrorCallback
For unit tests
SplunkHandlerConfig - Interface in io.quarkiverse.logging.splunk
The configuration of the Splunk root or any Splunk named handler.
SplunkHandlerConfig.SendMode - Enum Class in io.quarkiverse.logging.splunk
Mirrors com.splunk.logging.HttpEventCollectorSender.SendMode
SplunkHandlerConfig.SerializationFormat - Enum Class in io.quarkiverse.logging.splunk
 
SplunkLogHandler - Class in io.quarkiverse.logging.splunk
 
SplunkLogHandler(HttpEventCollectorSender, boolean, boolean, boolean, boolean, long) - Constructor for class io.quarkiverse.logging.splunk.SplunkLogHandler
 
SplunkLogHandlerRecorder - Class in io.quarkiverse.logging.splunk
 
SplunkLogHandlerRecorder() - Constructor for class io.quarkiverse.logging.splunk.SplunkLogHandlerRecorder
 

T

terminationTimeout() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Sets the default termination timeout during a flush in milliseconds.
token() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
The application token to authenticate with HEC, the token is mandatory if the extension is enabled https://docs.splunk.com/Documentation/Splunk/latest/Data/FormateventsforHTTPEventCollector#HEC_token

U

url() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Splunk HEC endpoint base url.

V

valueOf(String) - Static method in enum class io.quarkiverse.logging.splunk.SplunkHandlerConfig.SendMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.quarkiverse.logging.splunk.SplunkHandlerConfig.SerializationFormat
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.quarkiverse.logging.splunk.SplunkHandlerConfig.SendMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.quarkiverse.logging.splunk.SplunkHandlerConfig.SerializationFormat
Returns an array containing the constants of this enum class, in the order they are declared.

W

writeTimeout() - Method in interface io.quarkiverse.logging.splunk.SplunkHandlerConfig
Sets the default write timeout for new connections in milliseconds.
A B C D E F I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages