Home - NetApp Community

This environment variable will be automatically expanded to the correct Splunk path based on the operating system on which Splunk is running. Example (Python): os.path.join(os.environ["SPLUNK_HOME"],'etc','apps',APP_NAME) Example (PowerShell): Join-Path -path (get-item env:\SPLUNK_HOME).value "Splunk\etc\apps" ................
................