Setting up a Splunk Lab in 8 Steps

(Including installing a windows agent so you have data to play with)

  1. Install linux
    • any flavor, Ubuntu might be the easiest.
    • maybe I need another quick start guide for installing linux…
  2. download and install splunk on your linux platform
    • It’s free for up to 500MB of data per day
  3. Start splunk (/opt/splunk/bin/splunk start)
  4. Login to the splunk web UI: http://<your server IP>:8000
    • On Ubuntu, you don’t have to allow access to port 8000, so no need to open access
  5. Open port 9997 in the splunk UI
    • Settings > forwarding and receiving > configure receiving > new receiving port (set to 9997)
  6. Open port 9997 on linux
    • Ubuntu command: sudo ufw allow from any to any port 9997 proto tcp
  7. On a windows pc, install the Splunk universal forwarder
  8. Back in the UI, add a data input:
    • Settings > data inputs > windows event logs > new windows remote event log > [you should see your windows pc so add it] > add ‘security’ > add it to an index

Done!

Leave a comment