To load Windows system variables
use %SPLUNK_HOME%
But it does not recognize the blank.
ex) C:\Program Files\Splunk
So we need to change
ex)C:\\"Program Files\"\Splunk
or
You use Windows system variables
ex) set SPLUNK_HOME="C:\Program Files\Splunk"
need double quotes
... View more