splunk / splunk-ansible

Ansible playbooks for configuring and managing Splunk Enterprise and Universal Forwarder deployments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support set client name for deployment client mode

ryanfaircloth opened this issue · comments

Some customers use "client name" in deploymentclient.conf rather than host to indicate to the DS which config groups should be applied. This is difficult to set once the container is running but could be easily set from an expanded env variable

for example

SPLUNK_DEPLOYMENT_CLIENT_NAME=foo
SPLUNK_DEPLOYMENT_CLIENT_NAME=${POD_NS}_${POD_NAME}

This should be available in splunk/splunk:edge and in future Docker images > 8.1.3