I am trying to install the forwarder credentials on my sandbox and when I follow step 4 and put in my credentials ie:
/opt/splunkforwarder/bin/splunk install app /opt/splunkclouduf.spl -auth admin:changeme
I get the error:
Couldn't determine $SPLUNK_HOME
Perhaps it should be set in environment. I attempted to fix this error by:
export PATH=$PATH:/opt/splunkforwarder/bin
but I still received the same error. How do I continue with installation? Thanks!
export SPLUNK_HOME="/opt/splunk"
or where ever you installed Splunk at
Hi @appzen
Is this the formal answer that solved your issue?
it didn't for me 😄