Ubuntu 16.04 VM with Splunk Enterprise, 2048 GB of RAM and 2 CPUs.
I use Splunk for various problems and research projects. I find the ability to quickly build an instance of these tools handy for quick data analysis, or to test out some new configuration ideas.
Vagrant 1.9.1+ Install Vagrant see https://docs.vagrantup.com/v2/installation/index.html
- Download desired Splunk as Debian package (.deb)
- Place .deb in ./provision/lib
- Update the variable, SPLUNK_DEB, in Vagrantfile with correct file name
vagrant up
vagrant up
vagrant ssh
The default password is vagrant
vagrant suspend
vagrant resume
vagrant destroy