A B C D E F G I L M N P R S T U V 
All Classes All Packages

A

AsyncConfig - Class in io.quarkiverse.logging.splunk
Copy of io.quarkus.runtime.logging, as the fields are package-private.
AsyncConfig() - Constructor for class io.quarkiverse.logging.splunk.AsyncConfig
 
AsyncConfig$$accessor - Class in io.quarkiverse.logging.splunk
 

B

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

C

channel - Variable in class 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 - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
Configuration for Splunk HEC logging for the root level.

D

disableCertificateValidation - Variable in class io.quarkiverse.logging.splunk.SplunkHandlerConfig
Disable TLS certificate validation with HEC endpoint
doPublish(ExtLogRecord) - Method in class io.quarkiverse.logging.splunk.SplunkLogHandler
 

E

enabled - Variable in class 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

FLAT - io.quarkiverse.logging.splunk.SplunkHandlerConfig.SerializationFormat
 
flush() - Method in class io.quarkiverse.logging.splunk.SplunkLogHandler
 
format - Variable in class io.quarkiverse.logging.splunk.SplunkHandlerConfig
The log format, defining which metadata are inlined inside the log main payload.

G

get_async(Object) - Static method in class io.quarkiverse.logging.splunk.SplunkHandlerConfig$$accessor
 
get_enable(Object) - Static method in class io.quarkiverse.logging.splunk.AsyncConfig$$accessor
 
get_overflow(Object) - Static method in class io.quarkiverse.logging.splunk.AsyncConfig$$accessor
 
get_queueLength(Object) - Static method in class io.quarkiverse.logging.splunk.AsyncConfig$$accessor
 

I

includeException - Variable in class 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 - Variable in class 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 - Variable in class 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) - Method in class io.quarkiverse.logging.splunk.SplunkLogHandlerRecorder
 
initializeHandlers(SplunkConfig) - Method in class io.quarkiverse.logging.splunk.SplunkLogHandlerRecorder
 
io.quarkiverse.logging.splunk - package io.quarkiverse.logging.splunk
 

L

level - Variable in class io.quarkiverse.logging.splunk.SplunkHandlerConfig
The splunk handler log level.

M

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

N

namedHandlers - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
Map of all the custom/named handlers configuration using Splunk implementation.
NESTED - io.quarkiverse.logging.splunk.SplunkHandlerConfig.SerializationFormat
 

P

PARALLEL - io.quarkiverse.logging.splunk.SplunkHandlerConfig.SendMode
 

R

raw - Variable in class io.quarkiverse.logging.splunk.SplunkHandlerConfig
Deprecated, for removal: This API element is subject to removal in a future version.
RAW - io.quarkiverse.logging.splunk.SplunkHandlerConfig.SerializationFormat
 

S

sendMode - Variable in class io.quarkiverse.logging.splunk.SplunkHandlerConfig
The strategy to send events to HEC.
SEQUENTIAL - io.quarkiverse.logging.splunk.SplunkHandlerConfig.SendMode
 
serialization - Variable in class io.quarkiverse.logging.splunk.SplunkHandlerConfig
The format of the payload.
set_async(Object, Object) - Static method in class io.quarkiverse.logging.splunk.SplunkHandlerConfig$$accessor
 
set_enable(Object, boolean) - Static method in class io.quarkiverse.logging.splunk.AsyncConfig$$accessor
 
set_overflow(Object, Object) - Static method in class io.quarkiverse.logging.splunk.AsyncConfig$$accessor
 
set_queueLength(Object, int) - Static method in class io.quarkiverse.logging.splunk.AsyncConfig$$accessor
 
SplunkConfig - Class in io.quarkiverse.logging.splunk
Configuration for Splunk HEC logging
SplunkConfig() - Constructor for class io.quarkiverse.logging.splunk.SplunkConfig
 
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 - Class in io.quarkiverse.logging.splunk
The configuration of the Splunk root or any Splunk named handler.
SplunkHandlerConfig() - Constructor for class io.quarkiverse.logging.splunk.SplunkHandlerConfig
 
SplunkHandlerConfig.SendMode - Enum in io.quarkiverse.logging.splunk
Mirrors com.splunk.logging.HttpEventCollectorSender.SendMode
SplunkHandlerConfig.SerializationFormat - Enum in io.quarkiverse.logging.splunk
 
SplunkHandlerConfig$$accessor - 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

token - Variable in class 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 - Variable in class io.quarkiverse.logging.splunk.SplunkHandlerConfig
Splunk HEC endpoint base url.

V

valueOf(String) - Static method in enum io.quarkiverse.logging.splunk.SplunkHandlerConfig.SendMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.quarkiverse.logging.splunk.SplunkHandlerConfig.SerializationFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.quarkiverse.logging.splunk.SplunkHandlerConfig.SendMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.quarkiverse.logging.splunk.SplunkHandlerConfig.SerializationFormat
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I L M N P R S T U V 
All Classes All Packages