Skip to content

Commit

Permalink
Create logger_variables.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
clong authored Nov 15, 2020
1 parent 8b0b43f commit 5ce28c7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Vagrant/logger_variables.sh
Original file line number Diff line number Diff line change
@@ -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=""

0 comments on commit 5ce28c7

Please sign in to comment.