Dashboards & Visualizations

Change config files if Splunk is running in a container

swatishs
Explorer

I am running Splunk Enterprise version 7.2.3 inside a Docker container. The container is deployed using the official Splunk docker image.
Is there a way of changing the config files without entering the container and manually changing the config files? Can we change all config files from the UI?

0 Karma

mattymo
Splunk Employee
Splunk Employee

Check out the app install plays which allow you to ensure the apps you want are in place when the container spins up.

https://github.com/splunk/docker-splunk/blob/develop/docs/advanced/APP_INSTALL.md

You can also manage via DS or UI as usual, once the image spins up.

For example, you might bootstrap the deploymentclient.conf config in a base app using the SPLUNK_APPS_URL setting, so when the container spins up, so that it knows how to reach the Deployment Server and can pull down configs. You might also skip the DS altogether and choose to pull apps from a repo. Either way, it ensures the config gets to where it needs to be.

- MattyMo
0 Karma

isachse
Explorer

UI configuration changes ending in generated config files at $SPLUNK_HOME/etc/system/local/ inside of your container.

But some of the configuration are just available by accessing the filesystem e.g. certificate configurations.

0 Karma

woodcock
Esteemed Legend

Use a Deployment Server and name your docker hosts with a prefix like Docker- and then create a serverclass of Docker with a whitelist of Docker-* and do the needful.

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...