B C D E F I L M P S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- batchInterval - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
-
Batching delay before sending a group of events.
- batchSizeBytes - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
-
Maximum total size in bytes of events in a batch.
- batchSizeCount - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
-
Maximum number of events in a batch.
C
- channel - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
-
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
D
- disableCertificateValidation - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
-
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.SplunkConfig
-
Determine whether to enable the handler
F
- flush() - Method in class io.quarkiverse.logging.splunk.SplunkLogHandler
- format - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
-
The log format, defining which metadata are inlined inside the log main payload.
I
- includeException - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
-
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.SplunkConfig
-
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.SplunkConfig
-
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
- io.quarkiverse.logging.splunk - package io.quarkiverse.logging.splunk
L
- level - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
-
The splunk handler log level.
M
- maxRetries - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
-
Maximum number of retries in case of I/O exceptions with HEC connection.
- metadataHost - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
-
Overrides the host name metadata value.
- metadataIndex - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
-
The optional name of the index by which the event data is to be stored.
- metadataSource - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
-
The source value to assign to the event data.
- metadataSourceType - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
-
The source type value to assign to the event data https://docs.splunk.com/Documentation/Splunk/8.1.0/Data/FormateventsforHTTPEventCollector#Event_metadata
P
- PARALLEL - io.quarkiverse.logging.splunk.SplunkConfig.SendMode
S
- sendMode - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
-
The strategy to send events to HEC.
- SEQUENTIAL - io.quarkiverse.logging.splunk.SplunkConfig.SendMode
- SplunkConfig - Class in io.quarkiverse.logging.splunk
-
Configuration for Splunk HEC logging
- SplunkConfig() - Constructor for class io.quarkiverse.logging.splunk.SplunkConfig
- SplunkConfig.SendMode - Enum in io.quarkiverse.logging.splunk
-
Mirrors com.splunk.logging.HttpEventCollectorSender.SendMode
- 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.SplunkConfig
-
The application token to authenticate with HEC, the token is mandatory if the extension is enabled https://docs.splunk.com/Documentation/Splunk/8.1.0/Data/FormateventsforHTTPEventCollector#HEC_token
U
- url - Variable in class io.quarkiverse.logging.splunk.SplunkConfig
-
Splunk HEC endpoint base url.
V
- valueOf(String) - Static method in enum io.quarkiverse.logging.splunk.SplunkConfig.SendMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.quarkiverse.logging.splunk.SplunkConfig.SendMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages