Saturday, January 2, 2016

Install Splunk on CentOS VM

Note: This post is Part 2 of the series on using Splunk in a Virtual Lab – The full series is Introduction, Part 1, Part 2, Part 3, and Part 4.

Install Splunk

Install Splunk video: https://www.splunk.com/view/SP-CAAAGW9 
    1. "Free Splunk" - x86_64
    2. Create a Splunk Account
    3. yum install wget (on VM)
    4. "Get wget" from Splunk website (right side) 
    5. Extract to "opt" folder sudo tar -xvzf splunk[...].tgz /opt
    6. sudo mv /opt/splunk/bin
    7. See Splunk License Agreement. To accept it: ./splunk start --accept-license
    8. Start Splunk at boot: sudo ./splunk enable boot-start -user [Installer Username(splunk)]
    9. Setup another Port Forwarding rule.
      • Name: "Splunk URL from host"
      • Host IP: "127.0.0.1"
      • Host Port: "8000"
      • Guest IP: "10.0.2.15" (VM IP address)
      • Guest Port: "8000"
    10. Go to Splunk Web Interface: http://127.0.0.1:8000
      (Default Username: admin, Password: changeme)
    11. Change Username and Password information
    12. You have successfully installed Splunk Enterprise

Splunk Note:

Popular Splunk commands:
    ./splunk start ./splunk stop ./splunk restart ./splunk help

Note: Continue reading...Part Three: Installing Splunk Forwarder on Ubuntu.

No comments :

Post a Comment