What is the Command to change splunkweb port to 9000 via CLI?
Answer Posted / Purshottum Das Chandwani
To change the Splunk Web portal's listening port from its default (8000) to 9000, you can use the following command in the CLI: `$SPLUNK_HOME/bin/splunk web set listen-port 9000`nAfter running this command, Splunk Web will begin listening on port 9000 instead of its default port.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers