Hello, I am trying to install Splunk onto Unbuntu server in Splunk. I cannot find CLI to do it
@PapaE - You just need to download tgz file (reference - https://community.splunk.com/t5/Installation/Use-WGET-to-download-Splunk/m-p/48090).
* Once downloaded, just extract it with tar -xvzf <file-name> command.
* Then you can execute ./splunk start to start Splunk service.
I hope this helps!!! Happy Splunking!!!