Add ShutUp10, Upgrade Vagrant, Issue 12

This commit is contained in:
Chris Long
2019-02-18 21:47:03 -08:00
parent a110e51856
commit 020af3c936
11 changed files with 168 additions and 13 deletions

View File

@@ -1,14 +1,14 @@
[source::WinEventLog:*]
TRANSFORMS-host = wef_computername_as_host
[sourcetype::powershell_transcript]
TRANSFORMS-powershell_rename_host = powershell_rename_host
[powershell_transcript]
BREAK_ONLY_BEFORE = THISREGEXDOESNTEXIST
TRANSFORMS-powershell_rename_host = powershell_rename_host
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)THISDOESNTEXIST
DATETIME_CONFIG =
NO_BINARY_CHECK = true
TIME_FORMAT = %Y%m%d%H%M%S
TIME_PREFIX = Start\stime\:\s
TIME_PREFIX = Start time:\s
category = Custom
pulldown_type = true
TRUNCATE = 0

View File

@@ -1,7 +1,7 @@
[powershell_rename_host]
DEST_KEY = MetaData:Host
SOURCE_KEY = MetaData:Source
REGEX = PowerShell_transcript\.([^\S]+)\.
REGEX = PowerShell_transcript\.([^\.]+)\.
FORMAT = host::$1
[wef_computername_as_host]