Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 784 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 784 Bytes

splunk_anyversion

This is a Vagrant file that will:

  • use a precise32 virtual guest
  • boot the vm, natting port 8000 from the guest to the host
  • install any version of Splunk (configurable in the setup_splunk file)
  • allow you to http://localhost:8000 to use splunk

Quick Start

This will set up a splunk instance with 5.0.4 by default.

if you want a different version, set the SPLUNK_VERSION in setup_splunk.

Navigate a browser to http://localhost:8000 and enjoy.

Vagrant Commands

  • vagrant up
  • vagrant ssh
  • vagrant destroy -f