Class DevServicesLoggingSplunkBuildTimeConfig
java.lang.Object
io.quarkiverse.logging.splunk.config.build.DevServicesLoggingSplunkBuildTimeConfig
The build time configuration around the Splunk dev services.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAdditional environment variables to inject.whether to activate dev services or notOverride the docker image used for the Splunk dev serviceMap that allows to tell to plug the following named handlers to the dev serviceboolean
Whether the instance of splunk can be shared between runs in DEV mode. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
whether to activate dev services or not -
imageName
Override the docker image used for the Splunk dev service -
containerEnv
Additional environment variables to inject. -
plugNamedHandlers
Map that allows to tell to plug the following named handlers to the dev serviceIt is necessary as we do not have access to runtime configuration when starting the Splunk container.
-
-
Constructor Details
-
DevServicesLoggingSplunkBuildTimeConfig
public DevServicesLoggingSplunkBuildTimeConfig()
-