I installed free Splunk light for Windows 64-bit, and after installation, port 8000 was taken so I was unable to start Splunk light.
Is there a way where I can change the port from 8000 to any port that I want?
Thanks.
Edit $SPLUNK_HOME\etc\system\local\web.conf
(create it if it doesn't exist) and add the lines
[settings]
httpport = 8001 # or another port of your choice
Then restart Splunk.