Package io.quarkiverse.logging.splunk
Interface SplunkConfig
@ConfigRoot(phase=RUN_TIME)
@ConfigMapping(prefix="quarkus.log.handler.splunk")
public interface SplunkConfig
Configuration for Splunk HEC logging
-
Method Summary
Modifier and TypeMethodDescriptionconfig()
Configuration for Splunk HEC logging for the root level.Runtime configuration for the Splunk DevService.Map of all the custom/named handlers configuration using Splunk implementation.
-
Method Details
-
config
Configuration for Splunk HEC logging for the root level. -
namedHandlers
Map of all the custom/named handlers configuration using Splunk implementation. -
devservices
DevServicesLoggingSplunkRuntimeConfig devservices()Runtime configuration for the Splunk DevService.
-