Interface DevServicesLoggingSplunkBuildTimeConfig
public interface DevServicesLoggingSplunkBuildTimeConfig
The build time configuration around the Splunk dev services.
-
Method Summary
Modifier and TypeMethodDescriptionAdditional environment variables to inject.boolean
enabled()
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
shared()
Whether the instance of splunk can be shared between runs in DEV mode.
-
Method Details
-
enabled
@WithDefault("false") boolean 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.
-