Hi
i am trying to install splunk universalforwader in Kubernetes using manifest yaml files (Apply daemonset )
pls let me know which version is working from : which one is working dockage image for splunk/universalforwarder: ?
Thanks
Adla
Hi @adlas
Check out https://hub.docker.com/r/splunk/universalforwarder/tags for the available versions - by default if you use splunk/universalforwarder:latest then it will use the latest published version (currently 10.0)
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
Thanks for this information as i have used this image to run SPLUNK UF with Splunk user but unable to send logs to Splunk UI as /var/log/pods logs are created by kubelet as its files system is with root ,as splunk user unable to read this fiels to send data to splunk (But with Splunk UF running with Root we are able to send logs to Splunk ui But as requirement to use Splunk user instead of root user )
Thanks for thsi as i have used this versions and i am trying ti run this splunk container as non-root user and share logs with hostpath ...But still its running as Root user