Skip to content

Commit

Permalink
Changed verbose -> verbosity (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Lee authored May 5, 2019
1 parent be2a2ce commit f8c6ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
[global]
disabled = false
debug = false
verbose = false
verbosity = false
spoolDir = $SPLUNK_HOME/var/spool/splunk
spoolFile = <SAMPLE>
breaker = [^\r\n\s]+
Expand Down
6 changes: 1 addition & 5 deletions splunk_eventgen/default/eventgen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[global]
disabled = false
debug = false
verbose = false
verbosity = false
spoolDir = $SPLUNK_HOME/var/spool/splunk
spoolFile = <SAMPLE>
breaker = [^\r\n\s]+
Expand All @@ -23,12 +23,8 @@ interval = 60
delay = 0
timeMultiple = 1
count = -1
## earliest/latest = now means timestamp replacements default to current time
earliest = now
latest = now
#hourOfDayRate = { "0": 0.30, "1": 0.10, "2": 0.05, "3": 0.10, "4": 0.15, "5": 0.25, "6": 0.35, "7": 0.50, "8": 0.60, "9": 0.65, "10": 0.70, "11": 0.75, "12": 0.77, "13": 0.80, "14": 0.82, "15": 0.85, "16": 0.87, "17": 0.90, "18": 0.95, "19": 1.0, "20": 0.85, "21": 0.70, "22": 0.60, "23": 0.45 }
#dayOfWeekRate = { "0": 0.97, "1": 0.95, "2": 0.90, "3": 0.97, "4": 1.0, "5": 0.99, "6": 0.55 }
#randomizeCount = 0.2
randomizeEvents = false
outputMode = modinput
fileMaxBytes = 10485760
Expand Down

0 comments on commit f8c6ffe

Please sign in to comment.