Home
/
Learn by building.
/
Workshops
/
Getting Started /
Introduction Getting Started
Introduction What you’ll build, what you need, and a 60-second tour of the toolchain.
Welcome. Over the next hour, you’ll go from an empty terminal to a working Splunk dashboard with live, queryable data. We’ll move quickly — but every step has an escape hatch if you get stuck.
Why this workshop
# Splunk is at its best when you see results in minutes, not days. This workshop is intentionally hands-on: you’ll be typing into a real terminal, pressing real keys, and watching real events stream in.
What you’ll learn
Install Splunk Enterprise locally Ingest a small sample dataset Run your first search using SPL Save it as a report and add it to a dashboard
Before you start
A Mac, Linux, or Windows machine with 8 GB of RAM free Comfort using a terminal (you won’t need to be an expert) About 60 minutes of uninterrupted time What you’ll build
# By the end, your dashboard will look something like this:
Sample dashboard — yours will track ingestion rate, top sourcetypes, and event latency. Slide deck · 5 slides
The Splunk data pipeline in five slides
Open presentation The pipeline
# Splunk takes raw events , runs them through a small set of well-named stages, and gives you back a queryable index.
The whole loop:
forwarder → indexer → search head Forwarder
# A small agent that watches files or sockets and ships events.
Runs on the host generating the data Tails logs, reads syslog, listens on a TCP port Cheap, stateless, easy to deploy Indexer
# Where events come to rest.
Parses, timestamps, and stores events Owns the on-disk index Answers searches from the search head Search head
# The query brain.
Speaks SPL Dispatches sub-searches to indexers Aggregates, ranks, and renders results What you’ll build today
# By the end of this workshop, all three stages will be running on your machine , ingesting a sample dataset, and answering a search.
Close this deck and read on for the install.
How this guide works
# Every workshop in this series follows the same shape:
A short framing section like this one A series of steps with code, commands, and screenshots Exercises to reinforce — with collapsible solutionsA checkpoint at the end so you know everything’s wired up Read first, run second
We strongly recommend skimming each step before typing anything. The narrative tells you why ; the commands only tell you what .
Note
This theme was designed to feel like a beautifully typeset technical book — slow down, settle in, and enjoy the prose.
A note on shortcuts
# Throughout the workshop, keyboard shortcuts appear like this: press Cmd + K
to open the command palette, or Ctrl + Shift + P
on Windows.
When you’re ready, click Next to install Splunk.