Tag: splunk

  • Installing Splunk on Ubuntu Step-by-step

    Installing Splunk on Ubuntu Step-by-step

    Assumptions

    Installing Ubuntu is outside the scope of this post. However, I’m using virtualbox on a window machine.

    Directions

    Download the free trial of Splunk

    wget -O splunk-9.2.1-78803f08aabb-linux-2.6-amd64.deb "https://download.splunk.com/products/splunk/releases/9.2.1/linux/splunk-9.2.1-78803f08aabb-linux-2.6-amd64.deb"
    (more…)
  • Splunk

    One of the goals I have set myself is becoming core user certified for splunk. I’ve already begun taking the classes, but I found them a bit lacking and I’m someone who learns best by doing so I decided to install a Ubuntu VM and get Splunk up and running on it. It was simpler than I thought. Here is how I did it.

    I followed this video for the install
    Downloading Splunk
    Downloading Splunk

    I followed this great youtube video that is only 5 minutes long! I know! Insane. It really is not that difficult. The image above shows the download.

    Successful Installation
    Successful Installation

    You set up the username and password for Splunk during the installation that happens in terminal.

    Installing Data
    Installing Data

    In order to actually do anything with Splunk you need data to query. So I followed these instructions on splunks site.

    They were okay but I ran into an issue where the upload kept timing out, so I found this troubleshooting guide also on their support site. How to resolve error “Upload failed with ERROR : Read Timeout for the log file” when uploading a generated alert log to Splunk?

    These instructions worked like a charm!

    Querying Splunk
    Querying Splunk

    And lastly, I was able to query Splunk successfully. Now, I can go back through the training on Splunk’s site and do the examples at the same time as the online instructors. I’m very happy this was easier than I thought.