splunk / docker-splunk-legacy

Docker Splunk *** LEGACY IMAGES - PLEASE SEE https://github.com/splunk/docker-splunk INSTEAD ***
https://www.splunk.com
Apache License 2.0
308 stars 261 forks source link

Docker SWARM mode Service Discovery / DNS Resolution #39

Open mchene opened 7 years ago

mchene commented 7 years ago

Deploying Splunk UF in a Docker SWARM mode will not work if it is trying to resolve the Splunk Enterprise instance by service name.

The reason is that dnsutils must be added to the base image, apt-get install -y dnsutils.

michaelwilde commented 7 years ago

are you sure about that.... mine works just fine.. its in swarm as a globally scheduled container, deployed on 5 nodes, attached to an overlay network that splunk enterprise is running on. works fine.