Package io.quarkiverse.logging.splunk
Class SplunkConfig
- java.lang.Object
-
- io.quarkiverse.logging.splunk.SplunkConfig
-
@ConfigRoot(phase=RUN_TIME, name="log.handler.splunk") public class SplunkConfig extends Object
Configuration for Splunk HEC logging
-
-
Field Summary
Fields Modifier and Type Field Description SplunkHandlerConfig
config
Configuration for Splunk HEC logging for the root level.Map<String,SplunkHandlerConfig>
namedHandlers
Map of all the custom/named handlers configuration using Splunk implementation.
-
Constructor Summary
Constructors Constructor Description SplunkConfig()
-
-
-
Field Detail
-
config
@ConfigItem(name="<<parent>>") public SplunkHandlerConfig config
Configuration for Splunk HEC logging for the root level.
-
namedHandlers
@ConfigItem(name="<<parent>>") public Map<String,SplunkHandlerConfig> namedHandlers
Map of all the custom/named handlers configuration using Splunk implementation.
-
-