splunk install https://docs.splunk.com/Documentation/SplunkLight/6.6.2/Installation/InstallonLinux https://hackertarget.com/install-splunk-ubuntu-in-5-mins/ wget -O splunk-6.6.2-4b804538c686-linux-2.6-amd64.deb 'https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64&platform=linux&version=6.6.2&product=splunk&filename=splunk-6.6.2-4b804538c686-linux-2.6-amd64.deb&wget=true' Install Splunk Light using the DEB package To follow these installation instructions, replace splunk_package_name.deb with the name of the installer package you downloaded. 1. Run the dpkg command to install Splunk Light into the default directory. dpkg -i splunk_package_name.deb You cannot install the DEB package into another directory. 2. Start Splunk Light. sudo /opt/splunk/bin/splunk start The Splunk web interface is at http://x-wing1:8000 ---- setup ? Add data input - e.g. udp 514 |
UBUNTU DUMP >