I'm troubleshooting a deployment client and I've gotten stuck;
Deploy server
$ /splunk/bin/splunk --version
Splunk 6.1.4 (build 233537)
Note: This server deploys apps successfully to 125+ clients.
Deploy client
$ /opt/splunkforwarder/bin/splunk --version
Splunk Universal Forwarder 6.1.5 (build 239630)
---------------------------------------------------------------------------------------------------
The problem; no deployments.
$ /opt/splunkforwarder/bin/splunk display deploy-client
Deployment Client is disabled.
This command [GET /services/messages/restart_required/] needs splunkd to be up, and splunkd is down.
$ service splunk status
Splunk status:
splunkd is running (PID: 4922).
splunk helpers are running (PIDs: 4923).
Other than the obvious need to upgrade, does this indicate a glaring mistake I'm missing or is this more subtle? Currently setting up log debugging to see if I can learn more.
Thanks.
↧