Monday, 12 September 2016

Splunk linux installation step by step instructions:

Step 1: Download Splunk from below link(64bit package if applicable)

http://www.splunk.com/goto/Download_4_2

Step2: To install Splunk Enterprise on a Linux system, expand the tar file into an appropriate directory using the tar command.

 To install into /opt/splunk, use the following command

tar xvzf splunk_package_name.tgz -C /opt

Step3: Verify that the file is readable and executable by the the Splunk user. If needed change access using below command

chmod 744 splunk_package_name.rpm

Step 4: install the Splunk RPM in the default directory /opt/splunk using below command

rpm -i splunk_package_name.rpm

To install Splunk in a different directory, use the --prefix flag:

rpm -i --prefix=/opt/new_directory splunk_package_name.rpm

Setp5:Accept license using below command

./splunk start --accept-license

Step6: Enable boot start

./splunk enable boot-start

You splunk is ready for use now :).You can access it now using your favourite browser.

Note:- Splunk is not compatible with internet explorer and having some known issues.For splunkplease use any other browser loke Mozilla or Google Chrome.Default splunk url for your installation will be  as below:

http://localhost:8000

you can use hostname or ip address instead of localhost in above url.

No comments:

Post a Comment