Create logger_variables.sh
This commit is contained in:
11
Vagrant/logger_variables.sh
Normal file
11
Vagrant/logger_variables.sh
Normal file
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user