Skip to content

acharlieh/pla1399

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.conf23 PLA1399 A Little Help With Splunk Configuration

This repository contains materials used with the Interactive Workshop PLA1399 A Little Help With Splunk Configuration as given at .conf23, July 17-23 in Las Vegas.

During this workshop, Docker will be utilized to enable the execution of a basic, two-tier architecture, showcasing specific interactions between an indexer and a search head.

Initial Setup

  1. Download and install Docker Desktop
    1. You'll likely need to register a Docker Hub account if you do not have one already
    2. If you're using MacOS 12.5 or above, you'll need to enable Docker to use the Virtualization Framework (Docker Settings > General)
      • On Apple Silicon you'll also want Docker to use Rosetta (Docker Settings > Features in Development > Beta features)
  2. Before class, pre-fetch the container images that we're going to use. (If not pre-done, this will happen with step 4, and will make that take longer)
    • docker pull --platform linux/amd64 splunk/splunk:9.0.4.1 (606.4 MB)
    • docker pull busybox:latest (~2 MB)
  3. Clone / Export the latest version of this repository to a location that Docker is allowed to bind mount
    • Your user's home directory usually is in this list by default
    • Check Docker Desktop > Settings > Resources > File Sharing to see/modify this list
  4. From the root of this repository, start the containers: docker compose up -d

Useful Links

Environment Notes, Docker Tips, and Scenario Steps

  1. First Scenario - Global Context
  2. Second Scenario - App/User Context
  3. Third Scenario - The Knowledge Bundle
  4. Fourth - A Little Helper

Copyright & License

About

Materials for the PLA-1399 Interactive Workshop at .conf23

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages