From 5ce28c7ca1781d0d9c6f456ae3f75bdab28fb830 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Sat, 14 Nov 2020 20:41:10 -0800 Subject: [PATCH] Create logger_variables.sh --- Vagrant/logger_variables.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Vagrant/logger_variables.sh diff --git a/Vagrant/logger_variables.sh b/Vagrant/logger_variables.sh new file mode 100644 index 0000000..54cc08e --- /dev/null +++ b/Vagrant/logger_variables.sh @@ -0,0 +1,11 @@ +#! /usr/bin/env bash + +# Get a free Maxmind license here: https://www.maxmind.com/en/geolite2/signup +# Required for the ASNgen app to work: https://splunkbase.splunk.com/app/3531/ +MAXMIND_LICENSE="" + +# Get a free Splunk Dev Trial License here: http://dev.splunk.com/page/developer_license_sign_up +# To base64 encode on MacOS: cat Splunk.License | base64 | tr -d '\n' | pbcopy +# Then, simply paste below: +BASE64_ENCODED_SPLUNK_LICENSE="" +